added ext partition check macro
authorRex Jolliff <rex@lvcablemodem.com>
Sun, 29 Nov 1998 19:31:45 +0000 (19:31 +0000)
committerRex Jolliff <rex@lvcablemodem.com>
Sun, 29 Nov 1998 19:31:45 +0000 (19:31 +0000)
svn path=/trunk/; revision=105

reactos/drivers/dd/ide/partitio.h

index 97dec16..14eaf49 100644 (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;