Please don't try to compile them... they need to be fixed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@118 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alan Korr 2002-04-17 13:01:09 +00:00
parent 8a42139091
commit e0ae9dc008
4 changed files with 0 additions and 6 deletions

View File

@ -16,13 +16,7 @@
* KIND, either express or implied.
*
****************************************************************************/
#define __LIBRARY_MEMORY_C__
#include <memory.h>
#include "memory-page.h"
#if 0
# include "memory-slab.h"
# include "memory-block.h"
#endif
/* NOT VERY OPTIMIZED AT ALL BUT WE WILL DO IT WHEN PRIORITY COMES */
void memory_copy (void *target,void const *source,unsigned int count)