XenevaOS
Loading...
Searching...
No Matches
DebugPortTable.h
Go to the documentation of this file.
1
17#ifndef _DEBUG_PORT_TABLE_H_
18#define _DEBUG_PORT_TABLE_H_
19
21
22//
23// Ensure proper structure formats
24//
25#pragma pack(1)
26
27//
28// Debug Port Table definition.
29//
36
37#pragma pack()
38
39//
40// DBGP Revision (defined in spec)
41//
42#define EFI_ACPI_DEBUG_PORT_TABLE_REVISION 0x01
43
44//
45// Interface Type
46//
47#define EFI_ACPI_DBGP_INTERFACE_TYPE_FULL_16550 0
48#define EFI_ACPI_DBGP_INTERFACE_TYPE_16550_SUBSET_COMPATIBLE_WITH_MS_DBGP_SPEC 1
49
50#endif
unsigned char UINT8
Definition actypes.h:236
Definition DebugPortTable.h:30
EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE BaseAddress
Definition DebugPortTable.h:34
UINT8 InterfaceType
Definition DebugPortTable.h:32
EFI_ACPI_DESCRIPTION_HEADER Header
Definition DebugPortTable.h:31
Definition Acpi10.h:32