nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* source: xio-ext2.h */
2 /* Copyright Gerhard Rieger 2006 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
4  
5 #ifndef __xio_ext2_h_included
6 #define __xio_ext2_h_included 1
7  
8 extern const struct optdesc opt_ext2_secrm;
9 extern const struct optdesc opt_ext2_unrm;
10 extern const struct optdesc opt_ext2_compr;
11 extern const struct optdesc opt_ext2_sync;
12 extern const struct optdesc opt_ext2_immutable;
13 extern const struct optdesc opt_ext2_append;
14 extern const struct optdesc opt_ext2_nodump;
15 extern const struct optdesc opt_ext2_noatime;
16 extern const struct optdesc opt_ext2_journal_data;
17 extern const struct optdesc opt_ext2_notail;
18 extern const struct optdesc opt_ext2_dirsync;
19 extern const struct optdesc opt_ext2_topdir;
20  
21 #endif /* !defined(__xio_ext2_h_included) */