Rev 1343 | Rev 1365 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1343 | Rev 1353 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | 11 | ||
12 | #include <stdio.h> |
12 | #include <stdio.h> |
13 | #include <ddi.h> |
13 | #include <ddi.h> |
14 | #include <task.h> |
14 | #include <task.h> |
15 | #include <stdlib.h> |
15 | #include <stdlib.h> |
16 | #include <ipc.h> |
16 | #include <ipc/ipc.h> |
17 | #include <services.h> |
17 | #include <ipc/services.h> |
18 | #include <errno.h> |
18 | #include <errno.h> |
19 | 19 | ||
20 | #include "libpci/pci.h" |
20 | #include "libpci/pci.h" |
21 | 21 | ||
22 | #define PCI_CONF1 0xcf8 |
22 | #define PCI_CONF1 0xcf8 |