1 /* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_props.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat ubi_volume_props in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat ubi_volume_props[] = {
17  XLAT(UBI_VOL_PROP_DIRECT_WRITE),
18  XLAT_END
19 };
20 
21 # endif /* !IN_MPERS */
22 
23 #endif /* !XLAT_MACROS_ONLY */
24