libs: unify Private Types banners
unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
9aab92e3cf
commit
7e11edba5d
23 changed files with 23 additions and 23 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct dl_find_object;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#define CAT_MAGIC 0xff88ff89
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
begin_packed_struct
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
sizeof(int)))
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#if CONFIG_LIBC_BACKTRACE_BUFFSIZE > 0
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "libc.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct match_s
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#define broadaddr dstaddr
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct myifaddrs
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#ifdef CONFIG_NETDB_DNSCLIENT
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct dns_notify_s
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include "netdb/lib_netdb.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This is the layout of the caller provided memory area */
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include "netdb/lib_netdb.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This is the layout of the caller provided memory area */
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\f' || c == '\v')
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This is the layout of the caller provided memory area */
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#define BOTHER 0010000 /* Magic token for custom baud rate */
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct speed_s
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue