diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
| commit | 53279f36dccffc26ff536003fd6bb97cc21c3b82 (patch) | |
| tree | 9d16e497c0e4158c7c054c479bd0e9ff0388d7bb /include/xen/interface/physdev.h | |
| parent | a6e8c0a25377e27958b11b20e1927885ae7c9857 (diff) | |
| parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) | |
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
Diffstat (limited to 'include/xen/interface/physdev.h')
| -rw-r--r-- | include/xen/interface/physdev.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/include/xen/interface/physdev.h b/include/xen/interface/physdev.h index 9ce788d8cf49..1844d31f4552 100644 --- a/include/xen/interface/physdev.h +++ b/include/xen/interface/physdev.h | |||
| @@ -56,7 +56,7 @@ struct physdev_eoi { | |||
| 56 | #define PHYSDEVOP_pirq_eoi_gmfn_v2 28 | 56 | #define PHYSDEVOP_pirq_eoi_gmfn_v2 28 |
| 57 | struct physdev_pirq_eoi_gmfn { | 57 | struct physdev_pirq_eoi_gmfn { |
| 58 | /* IN */ | 58 | /* IN */ |
| 59 | unsigned long gmfn; | 59 | xen_ulong_t gmfn; |
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | /* | 62 | /* |
| @@ -258,6 +258,22 @@ struct physdev_pci_device { | |||
| 258 | uint8_t devfn; | 258 | uint8_t devfn; |
| 259 | }; | 259 | }; |
| 260 | 260 | ||
| 261 | #define PHYSDEVOP_DBGP_RESET_PREPARE 1 | ||
| 262 | #define PHYSDEVOP_DBGP_RESET_DONE 2 | ||
| 263 | |||
| 264 | #define PHYSDEVOP_DBGP_BUS_UNKNOWN 0 | ||
| 265 | #define PHYSDEVOP_DBGP_BUS_PCI 1 | ||
| 266 | |||
| 267 | #define PHYSDEVOP_dbgp_op 29 | ||
| 268 | struct physdev_dbgp_op { | ||
| 269 | /* IN */ | ||
| 270 | uint8_t op; | ||
| 271 | uint8_t bus; | ||
| 272 | union { | ||
| 273 | struct physdev_pci_device pci; | ||
| 274 | } u; | ||
| 275 | }; | ||
| 276 | |||
| 261 | /* | 277 | /* |
| 262 | * Notify that some PIRQ-bound event channels have been unmasked. | 278 | * Notify that some PIRQ-bound event channels have been unmasked. |
| 263 | * ** This command is obsolete since interface version 0x00030202 and is ** | 279 | * ** This command is obsolete since interface version 0x00030202 and is ** |
