summaryrefslogtreecommitdiff
path: root/network/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/ethernet.h')
-rw-r--r--network/ethernet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/network/ethernet.h b/network/ethernet.h
deleted file mode 100644
index 0fdcee3..0000000
--- a/network/ethernet.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdint.h>
-
-void handle_ethernet(const uint8_t *packet, uint64_t packet_length);
-void send_ethernet_packet(uint8_t mac_dst[6], uint16_t type, uint8_t *payload,
- uint64_t payload_length);