ReactOS 0.4.16-dev-112-g52265ae
|
#include <aclocal.h>
Public Attributes | |
char | Name [ACPI_NAMESEG_SIZE] |
UINT16 | ArgumentList |
UINT8 | ExpectedBtypes |
UINT16 acpi_name_info::ArgumentList |
Definition at line 376 of file aclocal.h.
Referenced by AcpiNsCheckAcpiCompliance(), and AcpiNsCheckArgumentCount().
UINT8 acpi_name_info::ExpectedBtypes |
Definition at line 377 of file aclocal.h.
Referenced by AcpiNsCheckAcpiCompliance(), AcpiNsCheckReturnValue(), and AcpiUtGetNextPredefinedMethod().
char acpi_name_info::Name[ACPI_NAMESEG_SIZE] |
Definition at line 375 of file aclocal.h.
Referenced by AcpiUtMatchPredefinedMethod().