From: Matt Wojcik Date: Mon, 4 Aug 2008 17:05:02 +0000 (+0000) Subject: Added the NE2K_Send function header. X-Git-Tag: vmmhack1-ramdisk-boot-iso-puppy~25 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=7e2d888010c6e0fcde47f06008b2c41e4c1b3637 Added the NE2K_Send function header. --- diff --git a/palacios/include/geekos/ne2k.h b/palacios/include/geekos/ne2k.h index e691bf6..7b74572 100644 --- a/palacios/include/geekos/ne2k.h +++ b/palacios/include/geekos/ne2k.h @@ -152,5 +152,6 @@ struct _RSR { //RECEIVE STATUS REG int Init_Ne2k(); int NE2K_Transmit(struct NE2K_REGS *); 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); #endif /* GEEKOS_NE2K_H */