Changes in uspace/drv/nic/rtl8139/driver.c [7de1988c:99e8fb7b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
r7de1988c r99e8fb7b 41 41 #include <io/log.h> 42 42 #include <nic.h> 43 #include < device/pci.h>43 #include <pci_dev_iface.h> 44 44 45 45 #include <ipc/irc.h> … … 190 190 return; 191 191 } 192 193 #include <device/pci.h>194 192 195 193 /** Set PmEn (Power management enable) bit value
Note:
See TracChangeset
for help on using the changeset viewer.