Changeset aadf01e in mainline for uspace/srv/net/netif/dp8390/dp8390_drv.h
- Timestamp:
- 2010-03-07T15:13:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 936835e
- Parents:
- aa85487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/dp8390/dp8390_drv.h
raa85487 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.