projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: rmobile: Increase PHY auto-negotiation timeout to 20s
[platform/kernel/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_ */