Daniel Stenberg | 0fc30d1 | 2006-08-01 22:28:14 +0000 | [diff] [blame] | 1 | #ifndef __PP5024_H__ |
| 2 | #define __PP5024_H__ |
| 3 | /*************************************************************************** |
| 4 | * __________ __ ___. |
| 5 | * Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 6 | * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 7 | * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 8 | * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 9 | * \/ \/ \/ \/ \/ |
| 10 | * $Id$ |
| 11 | * |
| 12 | * Copyright (C) 2006 by Daniel Stenberg |
| 13 | * |
Daniel Stenberg | 2acc0ac | 2008-06-28 18:10:04 +0000 | [diff] [blame^] | 14 | * This program is free software; you can redistribute it and/or |
| 15 | * modify it under the terms of the GNU General Public License |
| 16 | * as published by the Free Software Foundation; either version 2 |
| 17 | * of the License, or (at your option) any later version. |
Daniel Stenberg | 0fc30d1 | 2006-08-01 22:28:14 +0000 | [diff] [blame] | 18 | * |
| 19 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 20 | * KIND, either express or implied. |
| 21 | * |
| 22 | ****************************************************************************/ |
| 23 | |
Frank Gevaerts | 77970e4 | 2008-02-22 20:23:00 +0000 | [diff] [blame] | 24 | /* We believe this is quite similar to the 5020 and for now we just use that |
| 25 | completely and redefine any minor differences */ |
Daniel Stenberg | 0fc30d1 | 2006-08-01 22:28:14 +0000 | [diff] [blame] | 26 | #include "pp5020.h" |
| 27 | |
Daniel Stenberg | 0fc30d1 | 2006-08-01 22:28:14 +0000 | [diff] [blame] | 28 | #endif |