X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fne2k.h;h=10c217514488175fc614db739ba9c13d3fe24ee4;hb=c3bf21ce75d6ea7ffb74b2d548d0c0b2d2843ea7;hp=870add87ad58519636262c3fbfad42eab07e7350;hpb=d822d32e7b44450f3cf3a17b3061dfb0bbb3cfa0;p=palacios.releases.git diff --git a/palacios/include/geekos/ne2k.h b/palacios/include/geekos/ne2k.h index 870add8..10c2175 100644 --- a/palacios/include/geekos/ne2k.h +++ b/palacios/include/geekos/ne2k.h @@ -159,6 +159,8 @@ struct NE2K_Packet_Info { int Init_Ne2k(); int NE2K_Receive(); +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 */