aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/netfront.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 15:18:24 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 15:18:24 +0000
commit2cf1159751904c81987cf135a8b4bc96994c06a9 (patch)
tree0b8e5436af1a8f74633eabb01bb0a47790dd58b7 /extras/mini-os/include/netfront.h
parent213d576165735d5c0beae359376b6e3e7d3cb8e5 (diff)
downloadxen-2cf1159751904c81987cf135a8b4bc96994c06a9.tar.gz
xen-2cf1159751904c81987cf135a8b4bc96994c06a9.tar.bz2
xen-2cf1159751904c81987cf135a8b4bc96994c06a9.zip
[MINIOS] Implement a network frontend driver.
Signed-off-by: Jacob Gorm Hansen <jacobg@diku.dk>
Diffstat (limited to 'extras/mini-os/include/netfront.h')
-rw-r--r--extras/mini-os/include/netfront.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/mini-os/include/netfront.h b/extras/mini-os/include/netfront.h
new file mode 100644
index 0000000000..2d3bf5c3fb
--- /dev/null
+++ b/extras/mini-os/include/netfront.h
@@ -0,0 +1,2 @@
+void init_netfront(void*);
+void netfront_xmit(unsigned char* data,int len);