• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __INCLUDE_NUTTX_CONFIG_H
2 #define __INCLUDE_NUTTX_CONFIG_H
3 
4 /****************************************************************************
5  * Included Files
6  ****************************************************************************/
7 
8 #ifdef __cplusplus
9 #if __cplusplus
10 extern "C" {
11 #endif /* __cplusplus */
12 #endif /* __cplusplus */
13 
14 #ifndef FAR
15 #define FAR
16 #endif
17 
18 #ifdef __cplusplus
19 #if __cplusplus
20 }
21 #endif /* __cplusplus */
22 #endif /* __cplusplus */
23 
24 #endif /* __INCLUDE_NUTTX_CONFIG_H */
25