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