diff options
Diffstat (limited to 'include/acpi/acmacros.h')
-rw-r--r-- | include/acpi/acmacros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acmacros.h b/include/acpi/acmacros.h index 5b78ff4091b9..65a1a5c1a689 100644 --- a/include/acpi/acmacros.h +++ b/include/acpi/acmacros.h | |||
@@ -332,6 +332,10 @@ | |||
332 | #define ACPI_MUL_16(a) _ACPI_MUL(a,4) | 332 | #define ACPI_MUL_16(a) _ACPI_MUL(a,4) |
333 | #define ACPI_MOD_16(a) _ACPI_MOD(a,16) | 333 | #define ACPI_MOD_16(a) _ACPI_MOD(a,16) |
334 | 334 | ||
335 | #define ACPI_DIV_32(a) _ACPI_DIV(a,5) | ||
336 | #define ACPI_MUL_32(a) _ACPI_MUL(a,5) | ||
337 | #define ACPI_MOD_32(a) _ACPI_MOD(a,32) | ||
338 | |||
335 | /* | 339 | /* |
336 | * Rounding macros (Power of two boundaries only) | 340 | * Rounding macros (Power of two boundaries only) |
337 | */ | 341 | */ |