From a623866f21bdc102f0d96cbd196a3080439caa30 Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Wed, 2 Dec 2020 04:44:02 -0500 Subject: resue PCI config space size from system header Signed-off-by: Thanos Makatos --- include/pci.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/pci.h b/include/pci.h index 2bf82b1..9511ba9 100644 --- a/include/pci.h +++ b/include/pci.h @@ -42,13 +42,6 @@ extern "C" { #endif /* - * These are already defined in include/uapi/linux/pci_regs.h, however that - * file doesn't seem to installed. - */ -#define PCI_CFG_SPACE_SIZE 256 -#define PCI_CFG_SPACE_EXP_SIZE 4096 - -/* * TODO lots of the sizes of each member are defined in pci_regs.h, use those * instead? */ -- cgit v1.1