Added the native syslinux functions config_file(), ipappend_strs(), and reboot()...
[hdt-cyring.git] / extlinux / fat.h
blob5d13402d4a6ed7192074f202bac6a2bb3708644f
1 #ifndef _H_FAT_
2 #define _H_FAT_
4 #define MSDOS_SUPER_MAGIC 0x4d44 /* MD */
5 /* The rest is defined in syslxint.h */
7 #endif