OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [string.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef __ASM_ARM_STRING_H
2
#define __ASM_ARM_STRING_H
3
 
4
/*
5
 * inline versions, hmm...
6
 */
7
 
8
#define __HAVE_ARCH_STRRCHR
9
extern char * strrchr(const char * s, int c);
10
#define __HAVE_ARCH_MEMCPY
11
#define __HAVE_ARCH_MEMMOVE
12
#define __HAVE_ARCH_MEMSET
13
 
14
#define __HAVE_ARCH_MEMZERO
15
extern void memzero(void *ptr, int n);
16
 
17
extern void memsetl (unsigned long *, unsigned long, int n);
18
 
19
#endif
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.