summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2010-06-17 03:09:00 +0000
committerChris Johns <chrisj@rtems.org>2010-06-17 03:09:00 +0000
commitb177ebb78843e0a46761f20a3012d55c33ddfe81 (patch)
treeaa3791997079d954b624f78cd36dd2534a390ac2 /cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
parent2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b177ebb78843e0a46761f20a3012d55c33ddfe81.tar.bz2
2010-06-17 Chris Johns <chrisj@rtems.org>
libfs/src/rfs/rtems-rfs-bitmaps.h, libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h: PR 1556. Struct clean up.
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
index c01ea9255a..50759b529d 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
@@ -99,7 +99,7 @@ typedef rtems_rfs_bitmap_element* rtems_rfs_bitmap_map;
/**
* The bitmap control is a simple way to manage the various parts of a bitmap.
*/
-typedef struct _rtems_rfs_bitmap_control
+typedef struct rtems_rfs_bitmap_control_s
{
rtems_rfs_buffer_handle* buffer; //< Handle the to buffer with the bit
//map.