Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8139/driver.c

    r99e8fb7b r7de1988c  
    4141#include <io/log.h>
    4242#include <nic.h>
    43 #include <pci_dev_iface.h>
     43#include <device/pci.h>
    4444
    4545#include <ipc/irc.h>
     
    190190        return;
    191191}
     192
     193#include <device/pci.h>
    192194
    193195/** Set PmEn (Power management enable) bit value
Note: See TracChangeset for help on using the changeset viewer.