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:
@ -36,7 +36,7 @@ namespace NetworkEthernet
|
||||
uint48_t DestinationMAC : 48;
|
||||
uint48_t SourceMAC : 48;
|
||||
uint16_t Type;
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
struct EthernetPacket
|
||||
{
|
||||
|
Reference in New Issue
Block a user