xref: /openbmc/u-boot/board/gdsys/common/adv7611.h (revision 7d9cde1031040a4931d6e12da7d9767b7e1d85d4)
1 /*
2  * (C) Copyright 2014
3  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _ADV7611_H_
9 #define _ADV7611_H_
10 
11 int adv7611_probe(unsigned int screen);
12 
13 #endif
14