]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/video_font.h
configs: ls2080ardb: Make BOOT command access flash memory as per spi-mem
[thirdparty/u-boot.git] / include / video_font.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
17d1fd77
WD
2/*
3 * (C) Copyright 2000
4 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
17d1fd77
WD
5 */
6
7#ifndef _VIDEO_FONT_
8#define _VIDEO_FONT_
9
78556631
MV
10#ifdef CONFIG_VIDEO_FONT_4X6
11#include <video_font_4x6.h>
12#else
ac8ba84c 13#include <video_font_data.h>
78556631 14#endif
17d1fd77 15
d3983ee8 16#endif /* _VIDEO_FONT_ */