/* * COPYRIGHT (c) 1989-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. */ #include #include #include #include #include #include #include "shell.h" #include "rtems_sched.h" extern int main_dump_ready_tasks(int argc, char **argv); extern int main_set_current_cpu(int argc, char **argv); extern int main_dispatch(int argc, char **argv); void add_commands(void) { }