added ext partition check macro

svn path=/trunk/; revision=105
This commit is contained in:
Rex Jolliff 1998-11-29 19:31:45 +00:00
parent 98d405409a
commit b6187e2de7

View file

@ -71,6 +71,9 @@ typedef enum PartitionTypes {
(P)->PartitionType == PTWin95FAT16LBA || \
(P)->PartitionType == PTLinuxExt2)
#define PartitionIsExtended(P) \
((P)->PartitionType == PTDosExtended)
typedef struct Partition {
__u8 BootFlags;
__u8 StartingHead;