Firmware
Macros
visibility.h File Reference

Definitions controlling symbol naming and visibility. More...

Go to the source code of this file.

Macros

#define __EXPORT   __attribute__ ((visibility ("default")))
 
#define __PRIVATE   __attribute__ ((visibility ("hidden")))
 
#define __BEGIN_DECLS
 
#define __END_DECLS
 
#define system_exit   exit
 
#define system_usleep   usleep
 
#define system_sleep   sleep
 
#define system_clock_gettime   clock_gettime
 
#define system_clock_settime   clock_settime
 
#define system_pthread_cond_timedwait   pthread_cond_timedwait
 

Detailed Description

Definitions controlling symbol naming and visibility.

This file is normally included automatically by the build system.