Changes in uspace/drv/bus/pci/pciintel/pci.c [3e6a98c5:267f235] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.c
r3e6a98c5 r267f235 41 41 #include <stdio.h> 42 42 #include <errno.h> 43 #include < stdbool.h>43 #include <bool.h> 44 44 #include <fibril_synch.h> 45 45 #include <str.h> … … 58 58 #include <device/hw_res.h> 59 59 #include <ddi.h> 60 #include <libarch/ddi.h> 60 61 #include <pci_dev_iface.h> 61 62
Note:
See TracChangeset
for help on using the changeset viewer.