• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/rwf_flags.in; do not edit. */
2 #if !(defined(RWF_HIPRI) || (defined(HAVE_DECL_RWF_HIPRI) && HAVE_DECL_RWF_HIPRI))
3 # define RWF_HIPRI 1
4 #endif
5 #if !(defined(RWF_DSYNC) || (defined(HAVE_DECL_RWF_DSYNC) && HAVE_DECL_RWF_DSYNC))
6 # define RWF_DSYNC 2
7 #endif
8 #if !(defined(RWF_SYNC) || (defined(HAVE_DECL_RWF_SYNC) && HAVE_DECL_RWF_SYNC))
9 # define RWF_SYNC 4
10 #endif
11 
12 #ifdef IN_MPERS
13 
14 # error static const struct xlat rwf_flags in mpers mode
15 
16 #else
17 
18 static
19 const struct xlat rwf_flags[] = {
20  XLAT(RWF_HIPRI),
21  XLAT(RWF_DSYNC),
22  XLAT(RWF_SYNC),
23  XLAT_END
24 };
25 
26 #endif /* !IN_MPERS */
27