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 __noinline   __attribute__((noinline))
 
#define WEAK_ATTR   __attribute((weak))
 
#define SMING_UNUSED   __attribute__((unused))
 
#define SMING_DEPRECATED   __attribute__((deprecated))
 

Macro Definition Documentation

◆ __noinline

#define __noinline   __attribute__((noinline))

◆ SMING_DEPRECATED

#define SMING_DEPRECATED   __attribute__((deprecated))

◆ SMING_UNUSED

#define SMING_UNUSED   __attribute__((unused))

◆ WEAK_ATTR

#define WEAK_ATTR   __attribute((weak))