summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-02-22 09:58:59 +0100
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-02-22 10:02:42 +0100
commit5693f2e69b96a66786084c0151b538cd0bd1dc77 (patch)
tree46c332ebb00bb75aab11f98683d316d0d3c6b51b
parent2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5693f2e69b96a66786084c0151b538cd0bd1dc77.tar.bz2
2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/confdefs.h: Add decl of configuration_mount_table (Fix c++ mangling).
-rw-r--r--cpukit/sapi/include/confdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 9cd2954841..89e6b5c094 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -503,6 +503,7 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
#endif
#ifndef CONFIGURE_HAS_OWN_MOUNT_TABLE
+ extern const rtems_filesystem_mount_table_t configuration_mount_table;
const rtems_filesystem_mount_table_t configuration_mount_table = {
#if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
RTEMS_FILESYSTEM_TYPE_DEVFS,