summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rap-shell.h
blob: c2d9112c0fe106f1e6c0a5a46b12d51b7257215e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  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.org/license/LICENSE.
 */

#if !defined(_RAP_SHELL_H_)
#define _RAP_SHELL_H_

int shell_rap (int argc, char* argv[]);

#endif