source: rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h @ 2d2f01d

4.10
Last change on this file since 2d2f01d was 2d2f01d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/16/10 at 14:41:01

2010-06-16 Ralf Corsépius <ralf.corsepius@…>

PR 1556/cpukit

  • libfs/src/rfs/rtems-rfs-bitmaps.h, libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-buffer.h, libfs/src/rfs/rtems-rfs-file-system-fwd.h, libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-file.h, libfs/src/rfs/rtems-rfs-format.h, libfs/src/rfs/rtems-rfs-group.h, libfs/src/rfs/rtems-rfs-inode.h: Rename "struct rtems_rfs_*_t" into "struct _rtems_rfs_*".
  • Property mode set to 100644
File size: 560 bytes
Line 
1/*
2 *  COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
3 *
4 *  The license and distribution terms for this file may be
5 *  found in the file LICENSE in this distribution or at
6 *  http://www.rtems.com/license/LICENSE.
7 *
8 *  $Id$
9 */
10/**
11 * @file
12 *
13 * @ingroup rtems-rfs
14 *
15 * RTEMS File Systems Data forward decl.
16 */
17
18#if !defined (_RTEMS_RFS_FILE_SYSTEM_FWD_H_)
19#define _RTEMS_RFS_FILE_SYSTEM_FWD_H_
20
21/**
22 * Forward reference to the file system data.
23 */
24struct _rtems_rfs_file_system;
25typedef struct _rtems_rfs_file_system rtems_rfs_file_system;
26
27#endif
Note: See TracBrowser for help on using the repository browser.