Kernel+AK: Separate out MACAddress and move it into AK

This commit is contained in:
AnotherTest 2020-04-04 15:48:28 +04:30 committed by Andreas Kling
commit 7d0bf9b5a9
Notes: sideshowbarker 2024-07-19 07:54:52 +09:00
5 changed files with 7 additions and 8 deletions

View file

@ -26,8 +26,8 @@
#pragma once
#include <AK/MACAddress.h>
#include <AK/NetworkOrdered.h>
#include <Kernel/Net/MACAddress.h>
#pragma GCC diagnostic ignored "-Warray-bounds"