xref: /openbmc/u-boot/board/gdsys/common/ch7301.h (revision 78a88f79)
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 _CH7301_H_
8 #define _CH7301_H_
9 
10 int ch7301_probe(unsigned screen, bool power);
11 
12 #endif
13