]> git.sur5r.net Git - u-boot/blob - board/gdsys/common/osd.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / gdsys / common / osd.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2010
4  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
5  */
6
7 #ifndef _OSD_H_
8 #define _OSD_H_
9
10 int ch7301_probe(unsigned screen, bool power);
11 int osd_probe(unsigned screen);
12
13 #endif