From ce2597550b646dfc6a31e2e0f13615a8618fac1e Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 1 Aug 2002 13:08:09 +0000 Subject: Moved to internal RAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1508 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/memset.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/common/memset.c') diff --git a/firmware/common/memset.c b/firmware/common/memset.c index c370191cda..1885a476eb 100644 --- a/firmware/common/memset.c +++ b/firmware/common/memset.c @@ -39,6 +39,12 @@ QUICKREF #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) +_PTR +_DEFUN (memset, (m, c, n), + _PTR m _AND + int c _AND + size_t n) __attribute__ ((section (".icode"))); + _PTR _DEFUN (memset, (m, c, n), _PTR m _AND -- cgit v1.2.3