xref: /openbmc/u-boot/board/gdsys/common/dp501.h (revision 81401325)
1b9944a77SDirk Eibach /*
2b9944a77SDirk Eibach  * (C) Copyright 2012
3b9944a77SDirk Eibach  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4b9944a77SDirk Eibach  *
5b9944a77SDirk Eibach  * See file CREDITS for list of people who contributed to this
6b9944a77SDirk Eibach  * project.
7b9944a77SDirk Eibach  *
8b9944a77SDirk Eibach  * This program is free software; you can redistribute it and/or
9b9944a77SDirk Eibach  * modify it under the terms of the GNU General Public License as
10b9944a77SDirk Eibach  * published by the Free Software Foundation; either version 2 of
11b9944a77SDirk Eibach  * the License, or (at your option) any later version.
12b9944a77SDirk Eibach  *
13b9944a77SDirk Eibach  * This program is distributed in the hope that it will be useful,
14b9944a77SDirk Eibach  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15b9944a77SDirk Eibach  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16b9944a77SDirk Eibach  * GNU General Public License for more details.
17b9944a77SDirk Eibach  *
18b9944a77SDirk Eibach  * You should have received a copy of the GNU General Public License
19b9944a77SDirk Eibach  * along with this program; if not, write to the Free Software
20b9944a77SDirk Eibach  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21b9944a77SDirk Eibach  * MA 02111-1307 USA
22b9944a77SDirk Eibach  */
23b9944a77SDirk Eibach 
24b9944a77SDirk Eibach #ifndef _DP501_H_
25b9944a77SDirk Eibach #define _DP501_H_
26b9944a77SDirk Eibach 
27b9944a77SDirk Eibach void dp501_powerup(u8 addr);
28b9944a77SDirk Eibach void dp501_powerdown(u8 addr);
29*e9cb21d0SDirk Eibach int dp501_probe(unsigned screen, bool power);
30b9944a77SDirk Eibach 
31b9944a77SDirk Eibach #endif
32