mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Replace __attribute__ with a macro from types.h
This commit is contained in:
@ -217,7 +217,7 @@ namespace PCI
|
||||
uint8_t StartBus;
|
||||
uint8_t EndBus;
|
||||
uint32_t Reserved;
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
class PCI
|
||||
{
|
||||
|
Reference in New Issue
Block a user