diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 349d5cf72..0be8372cc 100644 --- a/include/common.h +++ b/include/common.h @@ -402,6 +402,11 @@ void		ppcSync(void);  void		ppcDcbz(unsigned long value);  #endif +#if defined (CONFIG_MPC83XX) +void		ppcDWload(unsigned int *addr, unsigned int *ret); +void		ppcDWstore(unsigned int *addr, unsigned int *value); +#endif +  /* $(CPU)/cpu.c */  int	checkcpu      (void);  int	checkicache   (void);  |