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