mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Clean-up/standardize a few header files
This commit is contained in:
parent
991adde6ae
commit
9cbac41e78
9 changed files with 24 additions and 31 deletions
|
|
@ -60,7 +60,7 @@
|
|||
#define dq_peek(q) ((q)->head)
|
||||
|
||||
/****************************************************************************
|
||||
* Global Type Declarations
|
||||
* Public Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
struct sq_entry_s
|
||||
|
|
@ -91,7 +91,7 @@ struct dq_queue_s
|
|||
typedef struct dq_queue_s dq_queue_t;
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue