mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:25:07 +00:00
Kernel: Add a simple MACAddress class.
This commit is contained in:
parent
405413c354
commit
4641ee49b5
4 changed files with 32 additions and 8 deletions
|
@ -10,7 +10,3 @@ NetworkAdapter::~NetworkAdapter()
|
|||
{
|
||||
}
|
||||
|
||||
void NetworkAdapter::set_mac_address(const byte* mac_address)
|
||||
{
|
||||
memcpy(m_mac_address, mac_address, 6);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue