
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * $Id$ 00004 * 00005 * Copyright (C) 1997 University of Chicago. 00006 * See COPYRIGHT notice in top-level directory. 00007 */ 00008 00009 /* contains definitions, declarations, and macros specific to the 00010 implementation of ADIO on PIOFS */ 00011 00012 #ifndef AD_PIOFS_INCLUDE 00013 #define AD_PIOFS_INCLUDE 00014 00015 #include <unistd.h> 00016 #include <sys/uio.h> 00017 #include <sys/types.h> 00018 #include <fcntl.h> 00019 #include <piofs/piofs_ioctl.h> 00020 #include "adio.h" 00021 00022 #endif
1.5.5