1 /* Generated by ./xlat/gen.sh from ./xlat/s390_guarded_storage_commands.in; do not edit. */
2 #if !(defined(GS_ENABLE) || (defined(HAVE_DECL_GS_ENABLE) && HAVE_DECL_GS_ENABLE))
3 # define GS_ENABLE 0
4 #endif
5 #if !(defined(GS_DISABLE) || (defined(HAVE_DECL_GS_DISABLE) && HAVE_DECL_GS_DISABLE))
6 # define GS_DISABLE 1
7 #endif
8 #if !(defined(GS_SET_BC_CB) || (defined(HAVE_DECL_GS_SET_BC_CB) && HAVE_DECL_GS_SET_BC_CB))
9 # define GS_SET_BC_CB 2
10 #endif
11 #if !(defined(GS_CLEAR_BC_CB) || (defined(HAVE_DECL_GS_CLEAR_BC_CB) && HAVE_DECL_GS_CLEAR_BC_CB))
12 # define GS_CLEAR_BC_CB 3
13 #endif
14 #if !(defined(GS_BROADCAST) || (defined(HAVE_DECL_GS_BROADCAST) && HAVE_DECL_GS_BROADCAST))
15 # define GS_BROADCAST 4
16 #endif
17 
18 #ifdef IN_MPERS
19 
20 # error static const struct xlat s390_guarded_storage_commands in mpers mode
21 
22 #else
23 
24 static
25 const struct xlat s390_guarded_storage_commands[] = {
26  XLAT(GS_ENABLE),
27  XLAT(GS_DISABLE),
28  XLAT(GS_SET_BC_CB),
29  XLAT(GS_CLEAR_BC_CB),
30  XLAT(GS_BROADCAST),
31  XLAT_END
32 };
33 
34 #endif /* !IN_MPERS */
35