summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/fs.h')
-rw-r--r--cpukit/include/rtems/fs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/fs.h b/cpukit/include/rtems/fs.h
index 6f4f54c259..01ae4ab28d 100644
--- a/cpukit/include/rtems/fs.h
+++ b/cpukit/include/rtems/fs.h
@@ -45,10 +45,10 @@ typedef struct _rtems_filesystem_operations_table
struct rtems_filesystem_location_info_tt
{
- void *node_access;
- rtems_filesystem_file_handlers_r *handlers;
- rtems_filesystem_operations_table *ops;
- rtems_filesystem_mount_table_entry_t *mt_entry;
+ void *node_access;
+ const rtems_filesystem_file_handlers_r *handlers;
+ const rtems_filesystem_operations_table *ops;
+ rtems_filesystem_mount_table_entry_t *mt_entry;
};
#ifdef __cplusplus