Import 2.3.7pre7
[davej-history.git] / include / linux / hpfs_fs.h
blob2b7926aba4dce137d3b6338b69accda829478cc6
1 #ifndef _LINUX_HPFS_FS_H
2 #define _LINUX_HPFS_FS_H
4 /* HPFS magic number (word 0 of block 16) */
6 #define HPFS_SUPER_MAGIC 0xf995e849
8 /* The entry point for a VFS */
10 extern struct super_block *hpfs_read_super (struct super_block *, void *, int);
11 extern int init_hpfs_fs(void);
13 #endif