blob: 6875115127d4ce5ce9d1f66e09186fcf07bb8a99 [file] [log] [blame]
Daniel Stenberg0fc30d12006-08-01 22:28:14 +00001#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 Stenberg2acc0ac2008-06-28 18:10:04 +000014 * 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 Stenberg0fc30d12006-08-01 22:28:14 +000018 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied.
21 *
22 ****************************************************************************/
23
Frank Gevaerts77970e42008-02-22 20:23:00 +000024/* We believe this is quite similar to the 5020 and for now we just use that
25 completely and redefine any minor differences */
Daniel Stenberg0fc30d12006-08-01 22:28:14 +000026#include "pp5020.h"
27
Daniel Stenberg0fc30d12006-08-01 22:28:14 +000028#endif