system: 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:
raiden00pl 2025-05-27 18:31:31 +02:00 committed by Xiang Xiao
parent 1d3abc2651
commit 32bcd87d8f
17 changed files with 17 additions and 17 deletions

View file

@ -123,7 +123,7 @@
} while (0)
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct monkey_param_s

View file

@ -35,7 +35,7 @@
#include "monkey_utils.h"
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct monkey_port_dev_type_name_s

View file

@ -52,7 +52,7 @@
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
typedef CODE int (*nxcamera_func)(FAR struct nxcamera_s *cam, FAR char *arg);

View file

@ -51,7 +51,7 @@
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
typedef int (*nxlooper_func)(FAR struct nxlooper_s *plooper, char *pargs);

View file

@ -71,7 +71,7 @@
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
#ifdef CONFIG_NXPLAYER_FMT_FROM_EXT

View file

@ -51,7 +51,7 @@
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct mp_cmd_s

View file

@ -45,7 +45,7 @@
#define ID3V2_BIT_MASK 0x7F
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
const static uint16_t g_mpa_freq_tab[3] =

View file

@ -45,7 +45,7 @@
#define SBC_FRAME_HEADER_SIZE 32
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
/****************************************************************************

View file

@ -63,7 +63,7 @@
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
#ifdef CONFIG_NXRECORDER_FMT_FROM_EXT

View file

@ -34,7 +34,7 @@
#include "system/nxrecorder.h"
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
static const uint8_t AMR_NB[6] = "#!AMR\n";

View file

@ -51,7 +51,7 @@
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct mp_cmd_s

View file

@ -35,7 +35,7 @@
#include "ofloader.h"
/****************************************************************************
* Private Type Definitions
* Private Typess
****************************************************************************/
struct devinfo_s

View file

@ -41,7 +41,7 @@
#define ALGO_VERSION 0x101 /* Algo version, must not be modified. */
/****************************************************************************
* Private Type Definitions
* Private Typess
****************************************************************************/
struct SECTOR_INFO

View file

@ -36,7 +36,7 @@
#include "readline.h"
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct readline_s

View file

@ -49,7 +49,7 @@
#define FILELEN 100
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct t_info

View file

@ -50,7 +50,7 @@
#define SENSOR_CHNAME_MAX 16
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
struct nxsensor_info_s

View file

@ -36,7 +36,7 @@
#include "ymodem.h"
/****************************************************************************
* Private Type Definitions
* Private Typess
****************************************************************************/
struct ymodem_priv_s