blob: 25a8367db6b5074aa1c8f016f4efb62f597bfaf6 [file] [log] [blame]
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +01001/*
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
11int adv7611_probe(unsigned int screen);
12
13#endif