Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/fan_classes.in; do not edit. */
      2 #if !(defined(FAN_CLASS_NOTIF) || (defined(HAVE_DECL_FAN_CLASS_NOTIF) && HAVE_DECL_FAN_CLASS_NOTIF))
      3 # define FAN_CLASS_NOTIF 0x00000000
      4 #endif
      5 #if !(defined(FAN_CLASS_CONTENT) || (defined(HAVE_DECL_FAN_CLASS_CONTENT) && HAVE_DECL_FAN_CLASS_CONTENT))
      6 # define FAN_CLASS_CONTENT 0x00000004
      7 #endif
      8 #if !(defined(FAN_CLASS_PRE_CONTENT) || (defined(HAVE_DECL_FAN_CLASS_PRE_CONTENT) && HAVE_DECL_FAN_CLASS_PRE_CONTENT))
      9 # define FAN_CLASS_PRE_CONTENT 0x00000008
     10 #endif
     11 
     12 #ifdef IN_MPERS
     13 
     14 # error static const struct xlat fan_classes in mpers mode
     15 
     16 #else
     17 
     18 static
     19 const struct xlat fan_classes[] = {
     20  XLAT(FAN_CLASS_NOTIF),
     21  XLAT(FAN_CLASS_CONTENT),
     22  XLAT(FAN_CLASS_PRE_CONTENT),
     23  XLAT_END
     24 };
     25 
     26 #endif /* !IN_MPERS */
     27