XenevaOS
Loading...
Searching...
No Matches
Macros
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
 

Macro Definition Documentation

◆ ACPI_GET_FUNCTION_NAME

#define ACPI_GET_FUNCTION_NAME   __func__

◆ ACPI_INLINE

#define ACPI_INLINE   __inline__

◆ ACPI_PRINTF_LIKE

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

◆ ACPI_UNUSED_VAR

#define ACPI_UNUSED_VAR   __attribute__ ((unused))

◆ ACPI_USE_NATIVE_MATH64

#define ACPI_USE_NATIVE_MATH64

◆ COMPILER_VA_MACRO

#define COMPILER_VA_MACRO   1