source: rtems/cpukit/libdl/rap-shell.h @ d4edbdbc

4.115
Last change on this file since d4edbdbc was d4edbdbc, checked in by Sebastian Huber <sebastian.huber@…>, on 03/20/15 at 13:09:26

Replace www.rtems.com with www.rtems.org

  • Property mode set to 100644
File size: 323 bytes
Line 
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
12int shell_rap (int argc, char* argv[]);
13
14#endif
Note: See TracBrowser for help on using the repository browser.