mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 07:14:18 +08:00
added ext partition check macro
svn path=/trunk/; revision=105
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user