allwinner_a64/android/external/syslinux/extlinux/fat.h
2018-08-08 16:14:42 +08:00

7 lines
138 B
C

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