blob: 5d13402d4a6ed7192074f202bac6a2bb3708644f [file] [log] [blame]
Greg Hartman76d05dc2016-11-23 15:51:27 -08001#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