mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
Standardize naming used for public data and function groupings
This commit is contained in:
parent
ac394041bf
commit
cb9e27c3b0
432 changed files with 503 additions and 503 deletions
|
|
@ -117,7 +117,7 @@ struct stat
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ typedef CODE int (*main_t)(int argc, char *argv[]);
|
|||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __INCLUDE_SYS_TYPES_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue