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