projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
[oweals/u-boot.git]
/
include
/
video_font.h
1
/*
2
* (C) Copyright 2000
3
* Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
4
*
5
* SPDX-License-Identifier: GPL-2.0+
6
*/
7
8
#ifndef _VIDEO_FONT_
9
#define _VIDEO_FONT_
10
11
#ifdef CONFIG_VIDEO_FONT_4X6
12
#include <video_font_4x6.h>
13
#else
14
#include <video_font_data.h>
15
#endif
16
17
#endif /* _VIDEO_FONT_ */