00001 #ifndef _LINUX_HPFS_FS_H 00002 #define _LINUX_HPFS_FS_H 00003 00004 /// HPFS magic number (word 0 of block 16) 00005 00006 #define HPFS_SUPER_MAGIC 0xf995e849 00007 00008 /// The entry point for a VFS 00009 00010 extern struct super_block *hpfs_read_super (struct super_block *, void *, int); 00011 00012 #endif
1.4.6-5