root/ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
   2 /* 
   3  *
   4  *   Copyright (C) 1997 University of Chicago. 
   5  *   See COPYRIGHT notice in top-level directory.
   6  */
   7 
   8 #ifndef AD_SFS_INCLUDE
   9 #define AD_SFS_INCLUDE
  10 
  11 #include <unistd.h>
  12 #include <sys/types.h>
  13 #include <fcntl.h>
  14 #include "adio.h"
  15 
  16 void ADIOI_SFS_Open(ADIO_File fd, int *error_code);
  17 void ADIOI_SFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int
  18                 *error_code); 
  19 void ADIOI_SFS_Flush(ADIO_File fd, int *error_code);
  20 
  21 #endif

/* [<][>][^][v][top][bottom][index][help] */