File tree 1 file changed +7
-8
lines changed
MacHyperVSupport/PCIBridge
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ typedef struct __attribute__((packed)) {
133
133
typedef struct __attribute__ ((packed)) {
134
134
HyperVPCIBridgeMessageHeader header;
135
135
HyperVPCISlotEncoding slot;
136
- UInt8 vector;
137
- UInt8 deliveryMode;
138
- UInt16 vectorCount;
139
- UInt32 reserved;
140
- UInt64 cpuMask;
136
+ UInt8 vector;
137
+ UInt8 deliveryMode;
138
+ UInt16 vectorCount;
139
+ UInt32 reserved;
140
+ UInt64 cpuMask;
141
141
} HyperVPCIBridgeMessageCreateInterrupt;
142
142
143
143
//
@@ -163,11 +163,10 @@ typedef struct __attribute__((packed)) {
163
163
164
164
// Create interrupt
165
165
typedef struct __attribute__ ((packed)) {
166
- SInt32 status;
166
+ SInt32 status;
167
167
UInt32 reserved2;
168
168
UInt16 reserved;
169
- UInt16 vectorCount;
170
-
169
+ UInt16 vectorCount;
171
170
UInt32 data;
172
171
UInt64 address;
173
172
} HyperVPCIBridgeMessageCreateInterruptResponse;
You can’t perform that action at this time.
0 commit comments