diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 033b5d946..96a45a6cf 100644 --- a/include/common.h +++ b/include/common.h @@ -461,6 +461,7 @@ void	api_init (void);  /* common/memsize.c */  long	get_ram_size  (long *, long); +phys_size_t get_effective_memsize(void);  /* $(BOARD)/$(BOARD).c */  void	reset_phy     (void); |