summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-27 21:23:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-27 21:23:03 +0000
commita24017f4da1be50a43bd14db607205582abc7544 (patch)
tree16e3d6a2fc27e21a44238b3b647c50546e0bb5ce /firmware/export/config-h100.h
parent46136596433da25f3d802d72d0d1273a229c9d9f (diff)
downloadrockbox-a24017f4da1be50a43bd14db607205582abc7544.tar.gz
rockbox-a24017f4da1be50a43bd14db607205582abc7544.zip
Moved the codec and plugin buffer sizes to the config-*.h files instead of
having it repeated in numerous files where they all had to be updated to the same value if ever changed. This allows specific models to actually have its own buffer sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 552eea1166..5c161ae7a0 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -27,6 +27,12 @@
27/* Define this if you have a software controlled poweroff */ 27/* Define this if you have a software controlled poweroff */
28#define HAVE_SW_POWEROFF 28#define HAVE_SW_POWEROFF
29 29
30/* The number of bytes reserved for loadable codecs */
31#define CODEC_SIZE 0x40000
32
33/* The number of bytes reserved for loadable plugins */
34#define PLUGIN_BUFFER_SIZE 0xC0000
35
30#ifndef SIMULATOR 36#ifndef SIMULATOR
31 37
32/* Define this if you have a Motorola SCF5249 */ 38/* Define this if you have a Motorola SCF5249 */