summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-inode.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-inode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.h b/cpukit/libfs/src/rfs/rtems-rfs-inode.h
index 89c8f88ffe..5ac2868859 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.h
@@ -95,7 +95,7 @@ typedef uint32_t rtems_rfs_inode_block;
/**
* The inode.
*/
-typedef struct rtems_rfs_inode_t
+typedef struct _rtems_rfs_inode
{
/**
* The number of links to the inode.
@@ -176,7 +176,7 @@ typedef struct rtems_rfs_inode_t
/**
* RFS Inode Handle.
*/
-typedef struct rtems_rfs_inode_handle_t
+typedef struct _rtems_rfs_inode_handle
{
/**
* Handles can be linked as a list for easy processing.