diff options
| author | Mark Brown <broonie@linaro.org> | 2013-11-24 09:35:18 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-11-24 09:35:18 -0500 |
| commit | 30c27abd28fa168d7ebd2e5286f1fe473c74bfa9 (patch) | |
| tree | 9936b38c0c81cd430d5e75906c1207d127fe588c /include/xen/interface/physdev.h | |
| parent | 16ec790938d4f356c82fab27b9a9adf4d6fe19a6 (diff) | |
| parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
Merge tag 'v3.13-rc1' into asoc-arizona
Linux 3.13-rc1
Diffstat (limited to 'include/xen/interface/physdev.h')
| -rw-r--r-- | include/xen/interface/physdev.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/xen/interface/physdev.h b/include/xen/interface/physdev.h index 7000bb1f6e96..42721d13a106 100644 --- a/include/xen/interface/physdev.h +++ b/include/xen/interface/physdev.h | |||
| @@ -231,6 +231,17 @@ struct physdev_get_free_pirq { | |||
| 231 | #define XEN_PCI_DEV_VIRTFN 0x2 | 231 | #define XEN_PCI_DEV_VIRTFN 0x2 |
| 232 | #define XEN_PCI_DEV_PXM 0x4 | 232 | #define XEN_PCI_DEV_PXM 0x4 |
| 233 | 233 | ||
| 234 | #define XEN_PCI_MMCFG_RESERVED 0x1 | ||
| 235 | |||
| 236 | #define PHYSDEVOP_pci_mmcfg_reserved 24 | ||
| 237 | struct physdev_pci_mmcfg_reserved { | ||
| 238 | uint64_t address; | ||
| 239 | uint16_t segment; | ||
| 240 | uint8_t start_bus; | ||
| 241 | uint8_t end_bus; | ||
| 242 | uint32_t flags; | ||
| 243 | }; | ||
| 244 | |||
| 234 | #define PHYSDEVOP_pci_device_add 25 | 245 | #define PHYSDEVOP_pci_device_add 25 |
| 235 | struct physdev_pci_device_add { | 246 | struct physdev_pci_device_add { |
| 236 | /* IN */ | 247 | /* IN */ |
