RTEMS  5.1
rap-shell.h
1 /*
2  * COPYRIGHT (c) 2013 Chris Johns <chrisj@rtems.org>
3  *
4  * The license and distribution terms for this file may be
5  * found in the file LICENSE in this distribution or at
6  * http://www.rtems.org/license/LICENSE.
7  */
8 
9 #if !defined(_RAP_SHELL_H_)
10 #define _RAP_SHELL_H_
11 
12 int shell_rap (int argc, char* argv[]);
13 
14 #endif