Changeset 7922dea in mainline for uspace/srv/hw/netif/dp8390/ne2000.h
- Timestamp:
- 2011-01-06T23:46:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d5e190
- Parents:
- 66b628a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/ne2000.h
r66b628a r7922dea 110 110 struct dpeth; 111 111 112 int ne_probe(struct dpeth *dep); 112 extern int ne_probe(struct dpeth *); 113 extern void ne_init(struct dpeth *); 114 extern void ne_stop(struct dpeth *); 113 115 114 116 #endif
Note:
See TracChangeset
for help on using the changeset viewer.