summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rap-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdl/rap-shell.h')
-rw-r--r--cpukit/libdl/rap-shell.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/libdl/rap-shell.h b/cpukit/libdl/rap-shell.h
new file mode 100644
index 0000000000..c32529d6da
--- /dev/null
+++ b/cpukit/libdl/rap-shell.h
@@ -0,0 +1,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.com/license/LICENSE.
+ */
+
+#if !defined(_RAP_SHELL_H_)
+#define _RAP_SHELL_H_
+
+int shell_rap (int argc, char* argv[]);
+
+#endif