diff options
| -rw-r--r-- | drivers/acpi/acpica/aclocal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 1c218d9478cb..80c74e90f3cc 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
| @@ -829,6 +829,7 @@ struct acpi_parse_state { | |||
| 829 | #define ACPI_PARSEOP_PREDEF_CHECKED 0x08 | 829 | #define ACPI_PARSEOP_PREDEF_CHECKED 0x08 |
| 830 | #define ACPI_PARSEOP_SPECIAL 0x10 | 830 | #define ACPI_PARSEOP_SPECIAL 0x10 |
| 831 | #define ACPI_PARSEOP_COMPOUND 0x20 | 831 | #define ACPI_PARSEOP_COMPOUND 0x20 |
| 832 | #define ACPI_PARSEOP_ASSIGNMENT 0x40 | ||
| 832 | 833 | ||
| 833 | /***************************************************************************** | 834 | /***************************************************************************** |
| 834 | * | 835 | * |
