ReactOS 0.4.16-dev-306-g647d351
|
#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)) |