Changes in uspace/drv/nic/rtl8169/driver.h [d51838f:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8169/driver.h
rd51838f r8d2dd7f2 49 49 /** RTL8139 device data */ 50 50 typedef struct rtl8169_data { 51 /** DDF device */52 ddf_dev_t *dev;53 /** Parent session */54 async_sess_t *parent_sess;55 51 /** I/O address of the device */ 56 52 void *regs_phys;
Note:
See TracChangeset
for help on using the changeset viewer.