]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
More ICH2-specific code diked out.
[netwatch.git] / net / etherboot-compat.h
index 0b121a3a0ea0011feeed1b063e01494799c9c63c..d56dce5c9ae821b4599f1af873e3e895fcb5f96e 100644 (file)
@@ -1,3 +1,14 @@
+/* etherboot-compat.h
+ * EtherBoot driver compatibility routines
+ * 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 _ETHERBOOT_COMPAT_H
 #define _ETHERBOOT_COMPAT_H
 
@@ -19,8 +30,8 @@ struct nic {
        
        unsigned char hwaddr[6];
 
-       struct pbuf * (*recv) (struct nic *nic);
-       void (*transmit) (struct pbuf *p);
+       int (*recv) (struct nic *nic);
+       void (*transmit) (struct nic *nic, struct pbuf *p);
 };
 
 #define virt_to_bus(x) memory_v2p((void *)(x))
This page took 0.021995 seconds and 4 git commands to generate.