X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fne2k.h;h=f7cc587cc1539c87eeb4d92b4a5ef8c887fa19f5;hb=ad8afbcba5ac3752821a94bce8eaa0f437fc4736;hp=870add87ad58519636262c3fbfad42eab07e7350;hpb=175e16eb9ea5db34e144aa3a4e0faa0fc87ce5e9;p=palacios.releases.git diff --git a/palacios/include/geekos/ne2k.h b/palacios/include/geekos/ne2k.h index 870add8..f7cc587 100644 --- a/palacios/include/geekos/ne2k.h +++ b/palacios/include/geekos/ne2k.h @@ -159,6 +159,7 @@ struct NE2K_Packet_Info { int Init_Ne2k(); int NE2K_Receive(); -int NE2K_Send(uchar_t src[], uchar_t dest[], uint_t type, uchar_t *data, uint_t size); +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); #endif /* GEEKOS_NE2K_H */