18 #ifndef __APPS_INCLUDE_SYSTEM_UTILS_H 19 #define __APPS_INCLUDE_SYSTEM_UTILS_H 20 #include <tinyara/config.h> 23 #ifdef CONFIG_KERNEL_CMDS 24 void kernel_register_utilcmds(
void);
27 void fs_register_utilcmds(
void);
29 #ifdef CONFIG_NET_CMDS 30 void net_register_utilcmds(
void);
31 void net_register_appcmds(
void);
35 #ifdef CONFIG_ENABLE_STACKMONITOR 36 void stkmon_logging(
struct tcb_s *);
This is the common part of the task control block (TCB). The TCB is the heart of the TinyAra task-con...