From: Jack Lange Date: Mon, 11 Aug 2008 17:44:11 +0000 (+0000) Subject: fixed header error X-Git-Tag: vmmhack1-ramdisk-boot-iso-puppy~5 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=d822d32e7b44450f3cf3a17b3061dfb0bbb3cfa0 fixed header error --- diff --git a/palacios/include/geekos/ne2k.h b/palacios/include/geekos/ne2k.h index 9bfb73c..870add8 100644 --- a/palacios/include/geekos/ne2k.h +++ b/palacios/include/geekos/ne2k.h @@ -159,6 +159,6 @@ struct NE2K_Packet_Info { int Init_Ne2k(); int NE2K_Receive(); -int NE2K_Send(struct NE2K_REGS *regs, uchar_t src[], uchar_t dest[], uint_t type, uchar_t *data, uint_t size); +int NE2K_Send(uchar_t src[], uchar_t dest[], uint_t type, uchar_t *data, uint_t size); #endif /* GEEKOS_NE2K_H */