mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:37:44 +00:00
Kernel: Tidy up networking code with some named constants.
This commit is contained in:
parent
90f60d2f65
commit
d5dbb602b8
4 changed files with 21 additions and 15 deletions
|
@ -26,5 +26,7 @@ private:
|
|||
dword m_payload[0];
|
||||
};
|
||||
|
||||
typedef dword EthernetFrameCheckSequence;
|
||||
|
||||
static_assert(sizeof(EthernetFrameHeader) == 14);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue