aboutsummaryrefslogtreecommitdiff
path: root/lib/pci.h
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2019-08-19 12:09:03 -0400
committerFelipe Franciosi <felipe@nutanix.com>2019-09-05 16:45:35 +0100
commit5732f190a726e0e2d0225752258f334554cf293c (patch)
treec206b571d5dc5eab75e5827cab5dbec0fc2abd6f /lib/pci.h
parentf8ef2771ca6c05dadd3188099eb678e6135e12e2 (diff)
downloadlibvfio-user-5732f190a726e0e2d0225752258f334554cf293c.zip
libvfio-user-5732f190a726e0e2d0225752258f334554cf293c.tar.gz
libvfio-user-5732f190a726e0e2d0225752258f334554cf293c.tar.bz2
remove generic read/write callbacks, libmuser must use per-region callbacks
Diffstat (limited to 'lib/pci.h')
-rw-r--r--lib/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 4b7132a..40af24c 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -59,6 +59,7 @@ typedef enum {
LM_DBG
} lm_log_lvl_t;
+/* TODO these could go in pci_regs.h */
#define PCI_CONFIG_SPACE_SIZEOF 0x100
#define PCI_EXTENDED_CONFIG_SPACE_SIZEOF 0x1000