]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.h
add a lot of copyright headers
[netwatch.git] / net / net.h
index f10e304ebaf09281464db300219d347acbc22731..02c544eb4f4135d6879b617ab99d9203715e45d3 100644 (file)
--- a/net/net.h
+++ b/net/net.h
@@ -1,9 +1,22 @@
-#ifndef _3C905_H
-#define _3C905_H
+/* net.h
+ * Top-level network clue code headers
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
+#ifndef _NET_H
+#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);
 
 #endif
This page took 0.021549 seconds and 4 git commands to generate.