]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/video_font.h
video: Encapsulate font in video_font_data.h
[people/ms/u-boot.git] / include / video_font.h
CommitLineData
17d1fd77
WD
1/*
2 * (C) Copyright 2000
3 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
17d1fd77
WD
6 */
7
8#ifndef _VIDEO_FONT_
9#define _VIDEO_FONT_
10
ac8ba84c 11#include <video_font_data.h>
17d1fd77 12
d3983ee8 13#endif /* _VIDEO_FONT_ */