include related headers into pci.h

This commit is contained in:
Markus Fröschle
2020-06-23 09:57:37 +02:00
parent 53a0fcba45
commit 2801f78313

View File

@@ -23,6 +23,8 @@
#include <bas_types.h> #include <bas_types.h>
#include "util.h" /* for swpX() */ #include "util.h" /* for swpX() */
#include "pci_ids.h"
#include "mod_devicetable.h"
#define PCI_MEMORY_OFFSET 0x80000000 #define PCI_MEMORY_OFFSET 0x80000000
#define PCI_MEMORY_SIZE 0x40000000 /* 1 GByte PCI memory window */ #define PCI_MEMORY_SIZE 0x40000000 /* 1 GByte PCI memory window */