23 #include "pedigree/kernel/compiler.h" 24 #include "pedigree/kernel/processor/types.h" 25 #include "pedigree/kernel/utilities/String.h" 39 void setMac(uint8_t byte,
size_t element);
42 void setMac(uint8_t element);
44 void setMac(
const uint16_t *data,
bool bSwap =
false);
46 uint8_t getMac(
size_t element)
const;
48 const uint16_t *getMac()
const;
50 uint8_t operator[](
size_t offset)
const;
56 operator const uint16_t *()
const