OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / include / gnu_java_nio_FileChannelImpl.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2
3 #ifndef __gnu_java_nio_FileChannelImpl__
4 #define __gnu_java_nio_FileChannelImpl__
5
6 #include <jni.h>
7
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12
13 #undef gnu_java_nio_FileChannelImpl_READ
14 #define gnu_java_nio_FileChannelImpl_READ 1L
15 #undef gnu_java_nio_FileChannelImpl_WRITE
16 #define gnu_java_nio_FileChannelImpl_WRITE 2L
17 #undef gnu_java_nio_FileChannelImpl_APPEND
18 #define gnu_java_nio_FileChannelImpl_APPEND 4L
19 #undef gnu_java_nio_FileChannelImpl_EXCL
20 #define gnu_java_nio_FileChannelImpl_EXCL 8L
21 #undef gnu_java_nio_FileChannelImpl_SYNC
22 #define gnu_java_nio_FileChannelImpl_SYNC 16L
23 #undef gnu_java_nio_FileChannelImpl_DSYNC
24 #define gnu_java_nio_FileChannelImpl_DSYNC 32L
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif /* __gnu_java_nio_FileChannelImpl__ */