mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 07:27:42 -04:00
Complete interface
This commit is contained in:
parent
edf3cd8b8a
commit
3fc42ad203
@ -50,6 +50,7 @@ static_assert(sizeof(header) == 14, "The size of the Ethernet header is 14 bytes
|
||||
void decode(packet& packet);
|
||||
|
||||
packet prepare_packet(size_t size, size_t destination, ether_type type);
|
||||
packet finalize_packet(size_t size, size_t destination, ether_type type);
|
||||
|
||||
} // end of ethernet namespace
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user