From 2801f783136334e88a765426dd7194efca8910cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 23 Jun 2020 09:57:37 +0200 Subject: [PATCH] include related headers into pci.h --- include/pci.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci.h b/include/pci.h index af27656..f37b436 100644 --- a/include/pci.h +++ b/include/pci.h @@ -23,6 +23,8 @@ #include #include "util.h" /* for swpX() */ +#include "pci_ids.h" +#include "mod_devicetable.h" #define PCI_MEMORY_OFFSET 0x80000000 #define PCI_MEMORY_SIZE 0x40000000 /* 1 GByte PCI memory window */