Merge branch '2020-05-18-reduce-size-of-common.h'
[oweals/u-boot.git] / board / gdsys / common / adv7611.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2014
4  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
5  */
6
7 #ifndef _ADV7611_H_
8 #define _ADV7611_H_
9
10 int adv7611_probe(unsigned int screen);
11
12 #endif