PCI: hv: Add arm64 Hyper-V vPCI support
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / hyperv-tlfs.h
index 4d964a7..bc6c7ac 100644 (file)
 #define HV_REGISTER_STIMER0_CONFIG     0x000B0000
 #define HV_REGISTER_STIMER0_COUNT      0x000B0001
 
+union hv_msi_entry {
+       u64 as_uint64[2];
+       struct {
+               u64 address;
+               u32 data;
+               u32 reserved;
+       } __packed;
+};
+
 #include <asm-generic/hyperv-tlfs.h>
 
 #endif