Kernel: Make BananBootloader info struct header compatible with C

This commit is contained in:
Bananymous 2024-08-18 20:49:07 +03:00
parent c7b134ba4b
commit 5cd7b40165
1 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@ struct BananBootloaderMemoryMapEntry
struct BananBootloaderMemoryMapInfo struct BananBootloaderMemoryMapInfo
{ {
uint32_t entry_count; uint32_t entry_count;
BananBootloaderMemoryMapEntry entries[]; struct BananBootloaderMemoryMapEntry entries[];
} __attribute__((packed)); } __attribute__((packed));
struct BananBootloaderInfo struct BananBootloaderInfo