Changes in uspace/drv/nic/rtl8139/driver.h [d51838f:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.h
rd51838f r8d2dd7f2 87 87 /** RTL8139 device data */ 88 88 typedef struct rtl8139_data { 89 /** DDF device */90 ddf_dev_t *dev;91 /** Parent session */92 async_sess_t *parent_sess;93 89 /** I/O address of the device */ 94 90 void *io_addr;
Note:
See TracChangeset
for help on using the changeset viewer.