]> git.sur5r.net Git - u-boot/blob - board/gdsys/common/ch7301.h
mx6sxsabresd: Avoid hardcoded RAM size
[u-boot] / board / gdsys / common / ch7301.h
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 _CH7301_H_
9 #define _CH7301_H_
10
11 int ch7301_probe(unsigned screen, bool power);
12
13 #endif