1
0
Fork 0
forked from len0rd/rockbox

better PP checks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10433 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-08-03 09:41:09 +00:00
parent f2591d38c3
commit 75f3fd05b9
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ extern void system_init(void);
extern long cpu_frequency;
#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
#ifdef CPU_PP
#define inl(a) (*(volatile unsigned long *) (a))
#define outl(a,b) (*(volatile unsigned long *) (b) = (a))
#define inb(a) (*(volatile unsigned char *) (a))