mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
1d3abc2651
commit
32bcd87d8f
17 changed files with 17 additions and 17 deletions
|
|
@ -123,7 +123,7 @@
|
|||
} while (0)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct monkey_param_s
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "monkey_utils.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct monkey_port_dev_type_name_s
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef CODE int (*nxcamera_func)(FAR struct nxcamera_s *cam, FAR char *arg);
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int (*nxlooper_func)(FAR struct nxlooper_s *plooper, char *pargs);
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_NXPLAYER_FMT_FROM_EXT
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct mp_cmd_s
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#define ID3V2_BIT_MASK 0x7F
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
const static uint16_t g_mpa_freq_tab[3] =
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#define SBC_FRAME_HEADER_SIZE 32
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_NXRECORDER_FMT_FROM_EXT
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "system/nxrecorder.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
static const uint8_t AMR_NB[6] = "#!AMR\n";
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct mp_cmd_s
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "ofloader.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Typess
|
||||
****************************************************************************/
|
||||
|
||||
struct devinfo_s
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#define ALGO_VERSION 0x101 /* Algo version, must not be modified. */
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Typess
|
||||
****************************************************************************/
|
||||
|
||||
struct SECTOR_INFO
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include "readline.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct readline_s
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
#define FILELEN 100
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct t_info
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
#define SENSOR_CHNAME_MAX 16
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct nxsensor_info_s
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include "ymodem.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Typess
|
||||
****************************************************************************/
|
||||
|
||||
struct ymodem_priv_s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue