From cd2643444e032e131f7436e7f13ae10ddc2a2f7d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 6 Jan 2015 23:05:36 +0000 Subject: [PATCH] diskgeom: correct lba struct --- Kernel/include/diskgeom.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/include/diskgeom.h b/Kernel/include/diskgeom.h index f285778f..e77b43a7 100644 --- a/Kernel/include/diskgeom.h +++ b/Kernel/include/diskgeom.h @@ -39,6 +39,8 @@ struct minipart { struct minipart_lba { struct diskgeom g; uint16_t cyl[15]; + uint8_t type[15]; + uint8_t gap; uint32_t lba[15]; }; -- 2.34.1