diff --git a/kernel/include/ethernet_layer.hpp b/kernel/include/ethernet_layer.hpp index 2a51be1b..cb0f13a8 100644 --- a/kernel/include/ethernet_layer.hpp +++ b/kernel/include/ethernet_layer.hpp @@ -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