Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/kcmp_types.in; do not edit. */
      2 #if !(defined(KCMP_FILE) || (defined(HAVE_DECL_KCMP_FILE) && HAVE_DECL_KCMP_FILE))
      3 # define KCMP_FILE 0
      4 #endif
      5 #if !(defined(KCMP_VM) || (defined(HAVE_DECL_KCMP_VM) && HAVE_DECL_KCMP_VM))
      6 # define KCMP_VM 1
      7 #endif
      8 #if !(defined(KCMP_FILES) || (defined(HAVE_DECL_KCMP_FILES) && HAVE_DECL_KCMP_FILES))
      9 # define KCMP_FILES 2
     10 #endif
     11 #if !(defined(KCMP_FS) || (defined(HAVE_DECL_KCMP_FS) && HAVE_DECL_KCMP_FS))
     12 # define KCMP_FS 3
     13 #endif
     14 #if !(defined(KCMP_SIGHAND) || (defined(HAVE_DECL_KCMP_SIGHAND) && HAVE_DECL_KCMP_SIGHAND))
     15 # define KCMP_SIGHAND 4
     16 #endif
     17 #if !(defined(KCMP_IO) || (defined(HAVE_DECL_KCMP_IO) && HAVE_DECL_KCMP_IO))
     18 # define KCMP_IO 5
     19 #endif
     20 #if !(defined(KCMP_SYSVSEM) || (defined(HAVE_DECL_KCMP_SYSVSEM) && HAVE_DECL_KCMP_SYSVSEM))
     21 # define KCMP_SYSVSEM 6
     22 #endif
     23 
     24 #ifdef IN_MPERS
     25 
     26 # error static const struct xlat kcmp_types in mpers mode
     27 
     28 #else
     29 
     30 static
     31 const struct xlat kcmp_types[] = {
     32  XLAT(KCMP_FILE),
     33  XLAT(KCMP_VM),
     34  XLAT(KCMP_FILES),
     35  XLAT(KCMP_FS),
     36  XLAT(KCMP_SIGHAND),
     37  XLAT(KCMP_IO),
     38  XLAT(KCMP_SYSVSEM),
     39  XLAT_END
     40 };
     41 
     42 #endif /* !IN_MPERS */
     43