summaryrefslogtreecommitdiff
path: root/include/rtems/rtl/rap-shell.h
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2015-12-11 17:42:52 -0500
committerAmar Takhar <amar@rtems.org>2015-12-11 17:42:52 -0500
commitea3940c92ee9aa6e3405ea2810a862ef78a44cd1 (patch)
tree781b4b1530ddcb8131b76bd87537c7e2721b568b /include/rtems/rtl/rap-shell.h
parent4a85c73bd4bda4d314a91bb9ee4b3da5163e8221 (diff)
Stage 1: Move single headers.
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