mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
Kernel+AK: Separate out MACAddress and move it into AK
This commit is contained in:
parent
55b25b3c9b
commit
7d0bf9b5a9
5 changed files with 7 additions and 8 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/MACAddress.h>
|
||||
#include <Kernel/Net/IPv4.h>
|
||||
#include <Kernel/Net/MACAddress.h>
|
||||
|
||||
struct ICMPType {
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue