sming_attr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __forceinline   __attribute__((always_inline)) inline
 
#define WEAK_ATTR   __attribute((weak))
 
#define SMING_UNUSED   __attribute__((unused))
 
#define SMING_DEPRECATED   __attribute__((deprecated))
 

Macro Definition Documentation

◆ __forceinline

#define __forceinline   __attribute__((always_inline)) inline

◆ SMING_DEPRECATED

#define SMING_DEPRECATED   __attribute__((deprecated))

◆ SMING_UNUSED

#define SMING_UNUSED   __attribute__((unused))

◆ WEAK_ATTR

#define WEAK_ATTR   __attribute((weak))