projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mpc83xx: Add strider board
[platform/kernel/u-boot.git]
/
board
/
gdsys
/
common
/
osd.h
1
/*
2
* (C) Copyright 2010
3
* Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
4
*
5
* SPDX-License-Identifier: GPL-2.0+
6
*/
7
8
#ifndef _OSD_H_
9
#define _OSD_H_
10
11
int ch7301_probe(unsigned screen, bool power);
12
int osd_probe(unsigned screen);
13
14
#endif