xref: /rk3399_rockchip-uboot/board/gdsys/common/osd.h (revision 7a9d109b00a207b481b05d8e147673da33ad1cd3)
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 osd_probe(unsigned screen);
12 
13 #endif
14