1/* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_types.in; do not edit. */
2
3static const struct xlat ubi_volume_types[] = {
4	XLAT(UBI_DYNAMIC_VOLUME),
5	XLAT(UBI_STATIC_VOLUME),
6	XLAT_END
7};
8