From 715b7963312002980b9eea5a695719cfdf2bf6e4 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 4 Jan 2021 17:45:04 +0000 Subject: move PCI-specific code to pci.c (#219) It's still pretty entangled, but move the bulk of the non-cap PCI code over to pci.c. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- include/libvfio-user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libvfio-user.h') diff --git a/include/libvfio-user.h b/include/libvfio-user.h index f92e0cd..75878c1 100644 --- a/include/libvfio-user.h +++ b/include/libvfio-user.h @@ -43,7 +43,7 @@ #include #include -#include "pci.h" +#include "pci_defs.h" #include "pci_caps/pm.h" #include "pci_caps/px.h" #include "pci_caps/msi.h" -- cgit v1.1