diff options
-rw-r--r-- | drivers/acpi/acpica/acmacros.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acmacros.h b/drivers/acpi/acpica/acmacros.h index 19d40c6c1f32..e85366ceb15a 100644 --- a/drivers/acpi/acpica/acmacros.h +++ b/drivers/acpi/acpica/acmacros.h | |||
@@ -224,6 +224,11 @@ | |||
224 | 224 | ||
225 | #define ACPI_IS_ASCII(c) ((c) < 0x80) | 225 | #define ACPI_IS_ASCII(c) ((c) < 0x80) |
226 | 226 | ||
227 | /* Signed integers */ | ||
228 | |||
229 | #define ACPI_SIGN_POSITIVE 0 | ||
230 | #define ACPI_SIGN_NEGATIVE 1 | ||
231 | |||
227 | /* | 232 | /* |
228 | * Rounding macros (Power of two boundaries only) | 233 | * Rounding macros (Power of two boundaries only) |
229 | */ | 234 | */ |