Changeset 3d5e190 in mainline for uspace/srv/hw/netif/dp8390/dp8390_drv.h
- Timestamp:
- 2011-01-06T23:50:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c34b28f, 854151c, ae1f70e
- Parents:
- ba21938 (diff), 7922dea (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/hw/netif/dp8390/dp8390_drv.h
rba21938 r3d5e190 40 40 #include "dp8390.h" 41 41 42 /** Initializes and/or starts the network interface. 43 * @param[in,out] dep The network interface structure. 44 * @param[in] mode The state mode. 45 * @returns EOK on success. 46 * @returns EXDEV if the network interface is disabled. 47 */ 48 int do_init(dpeth_t *dep, int mode); 42 int do_init(dpeth_t *dep); 49 43 50 44 /** Stops the network interface.
Note:
See TracChangeset
for help on using the changeset viewer.