1/* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_types.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat ubi_volume_types in mpers mode
6
7#else
8
9static
10const struct xlat ubi_volume_types[] = {
11 XLAT(UBI_DYNAMIC_VOLUME),
12 XLAT(UBI_STATIC_VOLUME),
13 XLAT_END
14};
15
16#endif /* !IN_MPERS */
17