X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fne2k.h;h=10c217514488175fc614db739ba9c13d3fe24ee4;hb=75d9c52b3ee8673c9f358b7815d2026da5319ca7;hp=f7cc587cc1539c87eeb4d92b4a5ef8c887fa19f5;hpb=ad8afbcba5ac3752821a94bce8eaa0f437fc4736;p=palacios.git diff --git a/palacios/include/geekos/ne2k.h b/palacios/include/geekos/ne2k.h index f7cc587..10c2175 100644 --- a/palacios/include/geekos/ne2k.h +++ b/palacios/include/geekos/ne2k.h @@ -159,7 +159,8 @@ struct NE2K_Packet_Info { int Init_Ne2k(); int NE2K_Receive(); -int NE2K_Send(uchar_t *packet, uint_t size); -// int NE2K_Send2(uchar_t src[], uchar_t dest[], uint_t type, uchar_t *data, uint_t size); +int NE2K_Transmit(uint_t size); +int NE2K_Send_Packet(uchar_t *packet, 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 */