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

4.115
Last change on this file since e354eb4f was e354eb4f, checked in by Alex Ivanov <alexivanov97@…>, on 01/08/13 at 14:02:58

libfs: Doxygen Clean Up Task #1

http://www.google-melange.com/gci/task/view/google/gci2012/8120204

Patch committed with fixes for whitespace issues.

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