source: rtems-schedsim/schedsim/shell/shared/add_commands_stub.c @ 36f4cb9

Last change on this file since 36f4cb9 was 36f4cb9, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/14 at 21:46:22

Use shared main() and file processor

  • Property mode set to 100644
File size: 614 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-2013.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.rtems.com/license/LICENSE.
8 */
9
10#include <newlib/getopt.h>
11#include <stdio.h>
12#include <stdlib.h>
13#include <string.h>
14#include <ctype.h>
15#include <assert.h>
16
17#include "shell.h"
18#include "rtems_sched.h"
19
20extern int main_dump_ready_tasks(int argc, char **argv);
21extern int main_set_current_cpu(int argc, char **argv);
22extern int main_dispatch(int argc, char **argv);
23
24void add_commands(void)
25{
26}
Note: See TracBrowser for help on using the repository browser.