summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/extlinux/fat.h
blob: 5d13402d4a6ed7192074f202bac6a2bb3708644f (plain) (blame)
1
2
3
4
5
6
7
#ifndef _H_FAT_
#define _H_FAT_

#define MSDOS_SUPER_MAGIC       0x4d44          /* MD */
/* The rest is defined in syslxint.h */

#endif