diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-08-25 19:41:12 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-08-25 19:41:12 +0000 | 
| commit | c25a97c7b4f09b4c9efa992434d341f5b89629ff (patch) | |
| tree | 2fa9d2167f719968f73daa4ec16528a068d308ad /source/include/actypes.h | |
| parent | 136eac2a0638d3c751b1987603f71a9ae26879fd (diff) | |
Diffstat (limited to 'source/include/actypes.h')
| -rw-r--r-- | source/include/actypes.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/source/include/actypes.h b/source/include/actypes.h index dbc8e3a7c95b..cbae6f0d69b9 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -674,6 +674,7 @@ typedef UINT32                          ACPI_OBJECT_TYPE;  #define ACPI_TYPE_DEBUG_OBJECT          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 @@ -695,6 +696,7 @@ typedef UINT32                          ACPI_OBJECT_TYPE;  #define ACPI_TYPE_LOCAL_SCOPE           0x1B  /* 1 Name, multiple ObjectList Nodes */  #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 | 
