Changes in uspace/drv/nic/rtl8169/driver.h [8d2dd7f2:d51838f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8169/driver.h
r8d2dd7f2 rd51838f 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; 51 55 /** I/O address of the device */ 52 56 void *regs_phys;
Note:
See TracChangeset
for help on using the changeset viewer.