/* This file is machine generated, don't edit it !*/ #ifndef _GNU_JAVA_NIO_FILELOCKIMPL_H #define _GNU_JAVA_NIO_FILELOCKIMPL_H /* Structure information for class: gnu/java/nio/FileLockImpl */ typedef struct gnu_java_nio_FileLockImpl { java_objectheader header; struct java_nio_channels_FileChannel* channel; s8 position; s8 size; s4 shared; struct gnu_java_nio_channels_FileChannelImpl* ch; } gnu_java_nio_FileLockImpl; #endif