]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.h
Convert receive to be a ring buffer.
[netwatch.git] / net / net.h
index 7b522f0f2d40b1e0a64f5fa3a671feb93aec4d74..ae82f472dd29fa4193bdc07c878209b706be1aa3 100644 (file)
--- a/net/net.h
+++ b/net/net.h
@@ -2,8 +2,10 @@
 #define _NET_H
 
 #include "etherboot-compat.h"
+#include <lwip/pbuf.h>
 
 extern void eth_init();
+extern void eth_recv(struct nic *nic, struct pbuf *p);
 extern void eth_poll();
 extern int eth_register(struct nic *nic);
 
This page took 0.022419 seconds and 4 git commands to generate.