sched: 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:14:29 +02:00 committed by Xiang Xiao
parent e57cfc3778
commit a8e03eefcd
8 changed files with 8 additions and 8 deletions

View file

@ -44,7 +44,7 @@
#endif
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
struct msgpool_s

View file

@ -33,7 +33,7 @@
#ifdef CONFIG_ARCH_HAVE_BACKTRACE
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
#ifdef CONFIG_SMP

View file

@ -50,7 +50,7 @@ static struct smp_call_data_s g_call_data;
#endif
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct roundrobin_arg_s

View file

@ -38,7 +38,7 @@
#include "sched/sched.h"
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
#ifdef CONFIG_SMP

View file

@ -38,7 +38,7 @@
#ifdef CONFIG_SMP
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct suspend_arg_s

View file

@ -43,7 +43,7 @@
****************************************************************************/
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
typedef int (*holderhandler_t)(FAR struct semholder_s *pholder,

View file

@ -36,7 +36,7 @@
#include "signal/signal.h"
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
struct sigpool_s

View file

@ -41,7 +41,7 @@
#ifndef CONFIG_BUILD_KERNEL
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
#ifdef CONFIG_SMP