diff options
author | Thanos Makatos <thanos.makatos@nutanix.com> | 2019-08-19 12:09:03 -0400 |
---|---|---|
committer | Felipe Franciosi <felipe@nutanix.com> | 2019-09-05 16:45:35 +0100 |
commit | 5732f190a726e0e2d0225752258f334554cf293c (patch) | |
tree | c206b571d5dc5eab75e5827cab5dbec0fc2abd6f /lib/pci.h | |
parent | f8ef2771ca6c05dadd3188099eb678e6135e12e2 (diff) | |
download | libvfio-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |