|
@@ -662,6 +662,7 @@ typedef u32 acpi_object_type;
|
|
#define ACPI_TYPE_DEBUG_OBJECT 0x10
|
|
#define ACPI_TYPE_DEBUG_OBJECT 0x10
|
|
|
|
|
|
#define ACPI_TYPE_EXTERNAL_MAX 0x10
|
|
#define ACPI_TYPE_EXTERNAL_MAX 0x10
|
|
|
|
+#define ACPI_NUM_TYPES (ACPI_TYPE_EXTERNAL_MAX + 1)
|
|
|
|
|
|
/*
|
|
/*
|
|
* These are object types that do not map directly to the ACPI
|
|
* These are object types that do not map directly to the ACPI
|
|
@@ -683,6 +684,7 @@ typedef u32 acpi_object_type;
|
|
#define ACPI_TYPE_LOCAL_SCOPE 0x1B /* 1 Name, multiple object_list Nodes */
|
|
#define ACPI_TYPE_LOCAL_SCOPE 0x1B /* 1 Name, multiple object_list Nodes */
|
|
|
|
|
|
#define ACPI_TYPE_NS_NODE_MAX 0x1B /* Last typecode used within a NS Node */
|
|
#define ACPI_TYPE_NS_NODE_MAX 0x1B /* Last typecode used within a NS Node */
|
|
|
|
+#define ACPI_TOTAL_TYPES (ACPI_TYPE_NS_NODE_MAX + 1)
|
|
|
|
|
|
/*
|
|
/*
|
|
* These are special object types that never appear in
|
|
* These are special object types that never appear in
|