root/ompi/mca/io/romio321/romio/adio/include/adioi_fs_proto.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 
   9 #ifndef ADIO_PROTO
  10 #define ADIO_PROTO
  11 
  12 #ifdef ROMIO_NFS
  13 extern struct ADIOI_Fns_struct ADIO_NFS_operations;
  14 /* prototypes are in adio/ad_nfs/ad_nfs.h */
  15 #endif
  16 
  17 #ifdef ROMIO_PANFS
  18 extern struct ADIOI_Fns_struct ADIO_PANFS_operations;
  19 /* prototypes are in adio/ad_panfs/ad_panfs.h */
  20 #endif
  21 
  22 #ifdef ROMIO_PFS
  23 extern struct ADIOI_Fns_struct ADIO_PFS_operations;
  24 /* prototypes are in adio/ad_pfs/ad_pfs.h */
  25 #endif
  26 
  27 #ifdef ROMIO_PIOFS
  28 extern struct ADIOI_Fns_struct ADIO_PIOFS_operations;
  29 /* prototypes are in adio/ad_piofs/ad_piofs.h */
  30 #endif
  31 
  32 #ifdef ROMIO_UFS
  33 extern struct ADIOI_Fns_struct ADIO_UFS_operations;
  34 /* prototypes are in adio/ad_ufs/ad_ufs.h */
  35 #endif
  36 
  37 #ifdef ROMIO_HFS
  38 extern struct ADIOI_Fns_struct ADIO_HFS_operations;
  39 /* prototypes are in adio/ad_hfs/ad_hfs.h */
  40 #endif
  41 
  42 #ifdef ROMIO_XFS
  43 extern struct ADIOI_Fns_struct ADIO_XFS_operations;
  44 /* prototypes are in adio/ad_xfs/ad_xfs.h */
  45 #endif
  46 
  47 #ifdef ROMIO_SFS
  48 extern struct ADIOI_Fns_struct ADIO_SFS_operations;
  49 /* prototypes are in adio/ad_sfs/ad_sfs.h */
  50 #endif
  51 
  52 #ifdef ROMIO_LUSTRE
  53 extern struct ADIOI_Fns_struct ADIO_LUSTRE_operations;
  54 /* prototypes are in adio/ad_lustre/ad_lustre.h */
  55 #endif
  56 
  57 #ifdef ROMIO_NTFS
  58 extern struct ADIOI_Fns_struct ADIO_NTFS_operations;
  59 /* prototypes are in adio/ad_ntfs/ad_ntfs.h */
  60 #endif
  61 
  62 #ifdef ROMIO_PVFS
  63 extern struct ADIOI_Fns_struct ADIO_PVFS_operations;
  64 /* prototypes are in adio/ad_pvfs/ad_pvfs.h */
  65 #endif
  66 
  67 #ifdef ROMIO_PVFS2
  68 extern struct ADIOI_Fns_struct ADIO_PVFS2_operations;
  69 /* prototypes are in adio/ad_pvfs2/ad_pvfs2.h */
  70 #endif
  71 
  72 #ifdef ROMIO_TESTFS
  73 extern struct ADIOI_Fns_struct ADIO_TESTFS_operations;
  74 /* prototypes are in adio/ad_testfs/ad_testfs.h */
  75 #endif
  76 
  77 #ifdef ROMIO_GPFS
  78 extern struct ADIOI_Fns_struct ADIO_GPFS_operations;
  79 /* prototypes are in adio/ad_gpfs/ad_gpfs.h */
  80 #endif
  81 
  82 #ifdef ROMIO_GRIDFTP
  83 /* prototypes are in adio/ad_gridftp/ad_gridftp.h */
  84 extern struct ADIOI_Fns_struct ADIO_GRIDFTP_operations;
  85 #endif
  86 
  87 #ifdef ROMIO_ZOIDFS
  88 /* prototypes are in adio/ad_zoidfs/ad_zoidfs.h */
  89 extern struct ADIOI_Fns_struct ADIO_ZOIDFS_operations;
  90 #endif
  91 
  92 #endif

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