mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-24 15:55:41 -05:00
Rename attributes
This commit is contained in:
parent
38a5ee265c
commit
e461163b8e
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ extern "C" {
|
||||||
|
|
||||||
struct KernAux_Mbr_Entry {
|
struct KernAux_Mbr_Entry {
|
||||||
uint8_t drive_attributes;
|
uint8_t drive_attributes;
|
||||||
unsigned start_chs_address : 24;
|
unsigned first_sector_chs_addr : 24;
|
||||||
uint8_t partition_type;
|
uint8_t partition_type;
|
||||||
unsigned last_chs_address : 24;
|
unsigned last_sector_chs_addr : 24;
|
||||||
uint32_t start_lba;
|
uint32_t first_sector_lba_addr;
|
||||||
uint32_t sectors_count;
|
uint32_t sectors_count;
|
||||||
}
|
}
|
||||||
__attribute__((packed));
|
__attribute__((packed));
|
||||||
|
|
Loading…
Add table
Reference in a new issue