forked from Imagelibrary/rtems
15 lines
323 B
C
15 lines
323 B
C
/*
|
|
* COPYRIGHT (c) 2013 Chris Johns <chrisj@rtems.org>
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
#if !defined(_RAP_SHELL_H_)
|
|
#define _RAP_SHELL_H_
|
|
|
|
int shell_rap (int argc, char* argv[]);
|
|
|
|
#endif
|