aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-01-04 17:45:04 +0000
committerGitHub <noreply@github.com>2021-01-04 17:45:04 +0000
commit715b7963312002980b9eea5a695719cfdf2bf6e4 (patch)
tree2b8de738063dfd7fe1e87c87cb4821eca733aa13 /include/libvfio-user.h
parent1e6e49b57e820301e336fe31176335f457a2e94d (diff)
downloadlibvfio-user-715b7963312002980b9eea5a695719cfdf2bf6e4.zip
libvfio-user-715b7963312002980b9eea5a695719cfdf2bf6e4.tar.gz
libvfio-user-715b7963312002980b9eea5a695719cfdf2bf6e4.tar.bz2
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 <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'include/libvfio-user.h')
-rw-r--r--include/libvfio-user.h2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#include <syslog.h>
-#include "pci.h"
+#include "pci_defs.h"
#include "pci_caps/pm.h"
#include "pci_caps/px.h"
#include "pci_caps/msi.h"