Changes in uspace/srv/net/netif/dp8390/dp8390_drv.h [21580dd:aadf01e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/dp8390/dp8390_drv.h
r21580dd raadf01e 64 64 * @returns EXDEV if the network interface was not recognized. 65 65 */ 66 int do_probe( dpeth_t * dep);66 int do_probe(dpeth_t * dep); 67 67 68 68 /** Sends a packet. … … 72 72 * @returns 73 73 */ 74 int do_pwrite( dpeth_t * dep, packet_t packet, int from_int);74 int do_pwrite(dpeth_t * dep, packet_t packet, int from_int); 75 75 76 76 /** Prints out network interface information. 77 77 * @param[in] dep The network interface structure. 78 78 */ 79 void dp8390_dump( dpeth_t * dep);79 void dp8390_dump(dpeth_t * dep); 80 80 81 81 #endif
Note:
See TracChangeset
for help on using the changeset viewer.