diff options
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h new file mode 100644 index 000000000..28ae28420 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h @@ -0,0 +1,10 @@ +/* + * This file is auto generated with + * scripts/render_font.py --font_file lib/libutee/tui/fonts/amble/Amble-Regular.ttf --font_size 20 --font_name default_regular --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui + * do not edit. + */ +#ifndef __DEFAULT_REGULAR_H +#define __DEFAULT_REGULAR_H +#include "font.h" +extern const struct font font_default_regular; +#endif /*__DEFAULT_REGULAR_H*/ |