summaryrefslogtreecommitdiff
path: root/firmware/export/pp5024.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5024.h')
-rw-r--r--firmware/export/pp5024.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/firmware/export/pp5024.h b/firmware/export/pp5024.h
new file mode 100644
index 0000000000..3ed3d5dade
--- /dev/null
+++ b/firmware/export/pp5024.h
@@ -0,0 +1,26 @@
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 *
14 * All files in this archive are subject to the GNU General Public License.
15 * See the file COPYING in the source tree root for full license agreement.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22/* We believe is this quite similar to the 5020 and for how we just use that
23 completely */
24#include "pp5020.h"
25
26#endif