|
Revision 2ef260d392537d22c927735e6b9e78b02d36bb7b, 138 bytes
(checked in by H. Peter Anvin <hpa@…>, 2 years ago)
|
|
Merge syslinux/extlinux patch code and core code
Merge the SYSLINUX and EXTLINUX patching code and core code, removing
EXTLINUX as a separate derivative. All the disk-based systems now use
the same code.
Signed-off-by: H. Peter Anvin <hpa@…>
|
-
Property mode set to
100644
|
| Line | |
|---|
| 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 |
|---|