mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
This commit was generated by cvs2svn to compensate for changes in r123327,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
b8a1658528
1 changed files with 9 additions and 1 deletions
|
|
@ -242,6 +242,14 @@ typedef struct multiple_apic_table
|
|||
UINT8 Type; \
|
||||
UINT8 Length;
|
||||
|
||||
|
||||
typedef struct apic_header /* APIC common table header */
|
||||
{
|
||||
APIC_HEADER_DEF
|
||||
|
||||
} APIC_HEADER;
|
||||
|
||||
|
||||
/* Values for MPS INTI flags */
|
||||
|
||||
#define POLARITY_CONFORMS 0
|
||||
|
|
@ -317,7 +325,7 @@ typedef struct madt_address_override
|
|||
{
|
||||
APIC_HEADER_DEF
|
||||
UINT16 Reserved; /* Reserved - must be zero */
|
||||
UINT32 Address; /* APIC physical address */
|
||||
UINT64 Address; /* APIC physical address */
|
||||
|
||||
} MADT_ADDRESS_OVERRIDE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue