summaryrefslogtreecommitdiff
path: root/network/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/ipv4.h')
-rw-r--r--network/ipv4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/ipv4.h b/network/ipv4.h
new file mode 100644
index 0000000..294a0ef
--- /dev/null
+++ b/network/ipv4.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+void handle_ipv4(const uint8_t *payload, uint32_t packet_length);