diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-16 05:04:49 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-16 05:04:49 -0500 |
| commit | 348324c5b10bcba8d9daabdfb85a6927311be34f (patch) | |
| tree | d06ca3a264407a14a1f36c1b798d6dc0dc1582d8 /include/xen/interface/physdev.h | |
| parent | 1e63bd9cc43db5400a1423a7ec8266b4e7c54bd0 (diff) | |
| parent | 319e2e3f63c348a9b66db4667efa73178e18b17d (diff) | |
Merge tag 'v3.13-rc4' into next
Synchronize with mainline to bring in the new keycode definitions and
new hwmon API.
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 */ |
