mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 21:53:06 +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
|
|
@ -644,7 +644,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ struct dirent
|
|||
typedef void DIR;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ typedef CODE void (*sig_deliver_t)(FAR struct tcb_s *tcb);
|
|||
typedef CODE void (*phy_enable_t)(bool enable);
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
|
|
@ -476,11 +476,11 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ struct fs_dirent_s
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ typedef int (*foreach_mountpoint_t)(FAR const char *mountpoint,
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ struct fat_format_s
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Global Data
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -60,7 +60,7 @@ extern "C"
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/* This entry point must be supplied by the application */
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ typedef int (*xcpt_t)(int irq, FAR void *context);
|
|||
#include <arch/irq.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Global Type Declarations
|
||||
* Public Type Declarations
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure defines a message queue */
|
||||
|
|
@ -97,11 +97,11 @@ struct mq_des
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ struct iob_queue_s
|
|||
#endif /* CONFIG_IOB_NCHAINS > 0 */
|
||||
|
||||
/****************************************************************************
|
||||
* Global Data
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@ struct net_driver_s
|
|||
typedef int (*devif_poll_callback_t)(FAR struct net_driver_s *dev);
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ struct rwbuffer_s
|
|||
};
|
||||
|
||||
/**********************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
**********************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
@ -168,7 +168,7 @@ extern "C"
|
|||
#endif
|
||||
|
||||
/**********************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
**********************************************************************/
|
||||
|
||||
/* Buffer initialization */
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ struct lib_rawsostream_s
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ struct pollfd
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ typedef struct sem_s sem_t;
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
typedef struct file_struct FILE;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue