/[grub]/grub/stage2/filesys.h
ViewVC logotype

Diff of /grub/stage2/filesys.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by okuji, Fri Jun 22 02:32:56 2001 UTC revision 1.9 by okuji, Sat Oct 27 16:04:25 2001 UTC
# Line 77  int vstafs_dir (char *dirname); Line 77  int vstafs_dir (char *dirname);
77  #define FSYS_VSTAFS_NUM 0  #define FSYS_VSTAFS_NUM 0
78  #endif  #endif
79    
80    #ifdef FSYS_JFS
81    #define FSYS_JFS_NUM 1
82    int jfs_mount (void);
83    int jfs_read (char *buf, int len);
84    int jfs_dir (char *dirname);
85    int jfs_embed (int *start_sector, int needed_sectors);
86    #else
87    #define FSYS_JFS_NUM 0
88    #endif
89    
90    #ifdef FSYS_XFS
91    #define FSYS_XFS_NUM 1
92    int xfs_mount (void);
93    int xfs_read (char *buf, int len);
94    int xfs_dir (char *dirname);
95    #else
96    #define FSYS_XFS_NUM 0
97    #endif
98    
99  #ifdef FSYS_TFTP  #ifdef FSYS_TFTP
100  #define FSYS_TFTP_NUM 1  #define FSYS_TFTP_NUM 1
101  int tftp_mount (void);  int tftp_mount (void);
# Line 90  void tftp_close (void); Line 109  void tftp_close (void);
109  #ifndef NUM_FSYS  #ifndef NUM_FSYS
110  #define NUM_FSYS        \  #define NUM_FSYS        \
111    (FSYS_FFS_NUM + FSYS_FAT_NUM + FSYS_EXT2FS_NUM + FSYS_MINIX_NUM       \    (FSYS_FFS_NUM + FSYS_FAT_NUM + FSYS_EXT2FS_NUM + FSYS_MINIX_NUM       \
112     + FSYS_REISERFS_NUM + FSYS_VSTAFS_NUM + FSYS_TFTP_NUM)     + FSYS_REISERFS_NUM + FSYS_VSTAFS_NUM + FSYS_JFS_NUM + FSYS_XFS_NUM  \
113       + FSYS_TFTP_NUM)
114  #endif  #endif
115    
116  /* defines for the block filesystem info area */  /* defines for the block filesystem info area */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26