Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an LPI ACPI table.
Syntax
typedef struct _LPIT {
DESCRIPTION_HEADER Header;
LPI_STATE_DESCRIPTOR LpiStates[ANYSIZE_ARRAY];
} LPIT, *PLPIT;
Members
Header
A header.
LpiStates[ANYSIZE_ARRAY]
An array of states.
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h (include Acpitabl.h) |