Skip to content

Commit

Permalink
PCIBridge: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Oct 14, 2023
1 parent d9dd44d commit c0344f9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions MacHyperVSupport/PCIBridge/HyperVPCIBridgeRegs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ typedef struct __attribute__((packed)) {
typedef struct __attribute__((packed)) {
HyperVPCIBridgeMessageHeader header;
HyperVPCISlotEncoding slot;
UInt8 vector;
UInt8 deliveryMode;
UInt16 vectorCount;
UInt32 reserved;
UInt64 cpuMask;
UInt8 vector;
UInt8 deliveryMode;
UInt16 vectorCount;
UInt32 reserved;
UInt64 cpuMask;
} HyperVPCIBridgeMessageCreateInterrupt;

//
Expand All @@ -163,11 +163,10 @@ typedef struct __attribute__((packed)) {

// Create interrupt
typedef struct __attribute__((packed)) {
SInt32 status;
SInt32 status;
UInt32 reserved2;
UInt16 reserved;
UInt16 vectorCount;

UInt16 vectorCount;
UInt32 data;
UInt64 address;
} HyperVPCIBridgeMessageCreateInterruptResponse;
Expand Down

0 comments on commit c0344f9

Please sign in to comment.