Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
acgcc.h File Reference

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))
 

Macro Definition Documentation

#define ACPI_GET_FUNCTION_NAME   __func__

Definition at line 51 of file acgcc.h.

#define ACPI_INLINE   __inline__

Definition at line 47 of file acgcc.h.

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

Definition at line 57 of file acgcc.h.

#define ACPI_UNUSED_VAR   __attribute__ ((unused))

Definition at line 65 of file acgcc.h.