00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef AD_XFS_INCLUDE
00010 #define AD_XFS_INCLUDE
00011
00012 #include <unistd.h>
00013 #include <sys/types.h>
00014 #include <fcntl.h>
00015 #include "adio.h"
00016 #include <aio.h>
00017
00018 int ADIOI_XFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
00019 int wr, void *handle);
00020
00021 #if (defined(HAVE_PREAD64) && (_ABIO32 == 1))
00022 # define pread pread64
00023 # define pwrite pwrite64
00024 #endif
00025
00026
00027 #endif