1 
   2 
   3 
   4 
   5 
   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 
  15 #endif
  16 
  17 #ifdef ROMIO_PANFS
  18 extern struct ADIOI_Fns_struct ADIO_PANFS_operations;
  19 
  20 #endif
  21 
  22 #ifdef ROMIO_PFS
  23 extern struct ADIOI_Fns_struct ADIO_PFS_operations;
  24 
  25 #endif
  26 
  27 #ifdef ROMIO_PIOFS
  28 extern struct ADIOI_Fns_struct ADIO_PIOFS_operations;
  29 
  30 #endif
  31 
  32 #ifdef ROMIO_UFS
  33 extern struct ADIOI_Fns_struct ADIO_UFS_operations;
  34 
  35 #endif
  36 
  37 #ifdef ROMIO_HFS
  38 extern struct ADIOI_Fns_struct ADIO_HFS_operations;
  39 
  40 #endif
  41 
  42 #ifdef ROMIO_XFS
  43 extern struct ADIOI_Fns_struct ADIO_XFS_operations;
  44 
  45 #endif
  46 
  47 #ifdef ROMIO_SFS
  48 extern struct ADIOI_Fns_struct ADIO_SFS_operations;
  49 
  50 #endif
  51 
  52 #ifdef ROMIO_LUSTRE
  53 extern struct ADIOI_Fns_struct ADIO_LUSTRE_operations;
  54 
  55 #endif
  56 
  57 #ifdef ROMIO_NTFS
  58 extern struct ADIOI_Fns_struct ADIO_NTFS_operations;
  59 
  60 #endif
  61 
  62 #ifdef ROMIO_PVFS
  63 extern struct ADIOI_Fns_struct ADIO_PVFS_operations;
  64 
  65 #endif
  66 
  67 #ifdef ROMIO_PVFS2
  68 extern struct ADIOI_Fns_struct ADIO_PVFS2_operations;
  69 
  70 #endif
  71 
  72 #ifdef ROMIO_TESTFS
  73 extern struct ADIOI_Fns_struct ADIO_TESTFS_operations;
  74 
  75 #endif
  76 
  77 #ifdef ROMIO_GPFS
  78 extern struct ADIOI_Fns_struct ADIO_GPFS_operations;
  79 
  80 #endif
  81 
  82 #ifdef ROMIO_GRIDFTP
  83 
  84 extern struct ADIOI_Fns_struct ADIO_GRIDFTP_operations;
  85 #endif
  86 
  87 #ifdef ROMIO_ZOIDFS
  88 
  89 extern struct ADIOI_Fns_struct ADIO_ZOIDFS_operations;
  90 #endif
  91 
  92 #endif