summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-10-19 10:05:00 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-10-19 14:02:48 +0200
commitb44f99405223dcfb168115021cf257244400e316 (patch)
tree85569317c766af540d15d39d376c242610503a53 /cpukit/libfs/src/rfs
parentRemove unused vars 'rxdmaBase', txdmaBase. (diff)
downloadrtems-b44f99405223dcfb168115021cf257244400e316.tar.bz2
Include "rtems-rfs-shell.h".
Diffstat (limited to 'cpukit/libfs/src/rfs')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 70335f007c..a1ed928885 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -31,6 +31,7 @@
#if __rtems__
#include "rtems-rfs-rtems.h"
+#include "rtems-rfs-shell.h"
#endif
/**
@@ -587,7 +588,7 @@ rtems_rfs_shell_group (rtems_rfs_file_system* fs, int argc, char *argv[])
}
-void
+static void
rtems_rfs_shell_usage (const char* arg)
{
printf ("%s: RFS debugger\n", arg);