ReactOS 0.4.15-dev-7842-g558ab78
acgcc.h File Reference
#include <stdarg.h>
Include dependency graph for acgcc.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
 

Macro Definition Documentation

◆ __has_attribute

#define __has_attribute (   x)    0

Definition at line 94 of file acgcc.h.

◆ ACPI_GET_FUNCTION_NAME

#define ACPI_GET_FUNCTION_NAME   __func__

Definition at line 67 of file acgcc.h.

◆ ACPI_INLINE

#define ACPI_INLINE   __inline__

Definition at line 63 of file acgcc.h.

◆ ACPI_PRINTF_LIKE

#define ACPI_PRINTF_LIKE (   c)    __attribute__ ((__format__ (__printf__, c, c+1)))

Definition at line 73 of file acgcc.h.

◆ ACPI_UNUSED_VAR

#define ACPI_UNUSED_VAR   __attribute__ ((unused))

Definition at line 81 of file acgcc.h.

◆ ACPI_USE_NATIVE_MATH64

#define ACPI_USE_NATIVE_MATH64

Definition at line 89 of file acgcc.h.

◆ COMPILER_VA_MACRO

#define COMPILER_VA_MACRO   1

Definition at line 85 of file acgcc.h.