diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index a6922fd78..35f12c0b0 100644 --- a/include/common.h +++ b/include/common.h @@ -441,6 +441,8 @@ void		ppcDWstore(unsigned int *addr, unsigned int *value);  #endif  /* $(CPU)/cpu.c */ +int	cpu_numcores  (void); +int	probecpu      (void);  int	checkcpu      (void);  int	checkicache   (void);  int	checkdcache   (void); |