Changeset 7715994 in mainline for uspace/srv/net/netif/dp8390/dp8390_drv.h
- Timestamp:
- 2010-03-13T12:17:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ba20a6b
- Parents:
- d0febca (diff), 2070570 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/dp8390/dp8390_drv.h
rd0febca r7715994 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.