mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
include/nuttx/sched.h: Remove the unnecessary forward declaration
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
45cdb3efa4
commit
16d375e90f
@@ -1224,8 +1224,7 @@ void nxsched_suspend_scheduler(FAR struct tcb_s *tcb);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
struct sched_param; /* Forward reference */
|
||||
int nxsched_get_param (pid_t pid, FAR struct sched_param *param);
|
||||
int nxsched_get_param(pid_t pid, FAR struct sched_param *param);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nxsched_set_param
|
||||
@@ -1261,7 +1260,6 @@ int nxsched_get_param (pid_t pid, FAR struct sched_param *param);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
struct sched_param; /* Forward reference */
|
||||
int nxsched_set_param(pid_t pid, FAR const struct sched_param *param);
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user