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