|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>
Go to the source code of this file.
Macros | |
| #define | ACPI_INLINE __inline__ |
| #define | ACPI_GET_FUNCTION_NAME __func__ |
| #define | ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1))) |
| #define | ACPI_UNUSED_VAR __attribute__ ((unused)) |
| #define | COMPILER_VA_MACRO 1 |
| #define | ACPI_USE_NATIVE_MATH64 |
| #define | __has_attribute(x) 0 |
| #define ACPI_PRINTF_LIKE | ( | c | ) | __attribute__ ((__format__ (__printf__, c, c+1))) |
| #define ACPI_UNUSED_VAR __attribute__ ((unused)) |