]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/video_font.h
Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video
[thirdparty/u-boot.git] / include / video_font.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * (C) Copyright 2000
4 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
5 */
6
7 #ifndef _VIDEO_FONT_
8 #define _VIDEO_FONT_
9
10 #ifdef CONFIG_VIDEO_FONT_4X6
11 #include <video_font_4x6.h>
12 #else
13 #include <video_font_data.h>
14 #endif
15
16 #endif /* _VIDEO_FONT_ */