summaryrefslogtreecommitdiff
path: root/firmware/test/memory/config.h
diff options
context:
space:
mode:
authorAlan Korr <alkorr@rockbox.org>2002-04-17 12:13:43 +0000
committerAlan Korr <alkorr@rockbox.org>2002-04-17 12:13:43 +0000
commit08dada2df506405d7fa7dc57a19d4a283f51162d (patch)
tree1f8ebdf5611bd3a86f774c163621a5c786dbab53 /firmware/test/memory/config.h
parent87789d71547a7da37512690456f603d6e4d5be24 (diff)
downloadrockbox-08dada2df506405d7fa7dc57a19d4a283f51162d.tar.gz
rockbox-08dada2df506405d7fa7dc57a19d4a283f51162d.zip
cosmetic changes and additions :
* now we have seperate private headers files containing private and static or public functions in memory-* files. * there is only one .c file of the same name the library. Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile. * most structures and codes are now private. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/memory/config.h')
-rw-r--r--firmware/test/memory/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/memory/config.h b/firmware/test/memory/config.h
index cb3b75f09b..a373ed6b63 100644
--- a/firmware/test/memory/config.h
+++ b/firmware/test/memory/config.h
@@ -22,6 +22,6 @@
22#ifndef __LIBRARY_MEMORY_CONFIG_H__ 22#ifndef __LIBRARY_MEMORY_CONFIG_H__
23# define __LIBRARY_MEMORY_CONFIG_H__ 23# define __LIBRARY_MEMORY_CONFIG_H__
24# define PACKAGE_NAME "memory" 24# define PACKAGE_NAME "memory"
25# define PACKAGE_VERSION "0.1.0" 25# define PACKAGE_VERSION "0.1.1"
26# define MEMORY_PAGE_USE_SPLAY_TREE 1 26# define MEMORY_PAGE_USE_SPLAY_TREE 1
27#endif \ No newline at end of file 27#endif \ No newline at end of file