diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 22:28:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 22:28:14 +0000 |
commit | 0fc30d117412f2cbd8e00a043e0c901345125d31 (patch) | |
tree | 1cba88b9ed482cef7ca2bba3a2fc059a40221d43 /firmware/export/pp5024.h | |
parent | 97cf946e4df08852b7ce17ecb7fe8425df67dc3f (diff) |
added mostly dummy changes to allow building of a Sansa e200 bootloader
without functionality
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5024.h')
-rw-r--r-- | firmware/export/pp5024.h | 26 |
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 @@ +#ifndef __PP5024_H__ +#define __PP5024_H__ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2006 by Daniel Stenberg + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +/* We believe is this quite similar to the 5020 and for how we just use that + completely */ +#include "pp5020.h" + +#endif |