• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _H_FAT_
2 #define _H_FAT_
3 
4 #define MSDOS_SUPER_MAGIC       0x4d44          /* MD */
5 /* The rest is defined in syslxint.h */
6 
7 #endif
8