• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/bsg_flags.in; do not edit. */
2 #if !(defined(BSG_FLAG_Q_AT_TAIL) || (defined(HAVE_DECL_BSG_FLAG_Q_AT_TAIL) && HAVE_DECL_BSG_FLAG_Q_AT_TAIL))
3 # define BSG_FLAG_Q_AT_TAIL 0x10
4 #endif
5 #if !(defined(BSG_FLAG_Q_AT_HEAD) || (defined(HAVE_DECL_BSG_FLAG_Q_AT_HEAD) && HAVE_DECL_BSG_FLAG_Q_AT_HEAD))
6 # define BSG_FLAG_Q_AT_HEAD 0x20
7 #endif
8 
9 #ifdef IN_MPERS
10 
11 # error static const struct xlat bsg_flags in mpers mode
12 
13 #else
14 
15 static
16 const struct xlat bsg_flags[] = {
17  XLAT(BSG_FLAG_Q_AT_TAIL),
18  XLAT(BSG_FLAG_Q_AT_HEAD),
19  XLAT_END
20 };
21 
22 #endif /* !IN_MPERS */
23