/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ======================================== */ #include namespace Kernel { Array& MacAddressGetter::AsBytes() { return this->fMacAddress; } } // namespace Kernel