diff options
Diffstat (limited to 'include/asm-arm/u-boot-arm.h')
| -rw-r--r-- | include/asm-arm/u-boot-arm.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/asm-arm/u-boot-arm.h b/include/asm-arm/u-boot-arm.h index 4c92b1f36..d5dbd6d1b 100644 --- a/include/asm-arm/u-boot-arm.h +++ b/include/asm-arm/u-boot-arm.h @@ -43,6 +43,8 @@ int	cleanup_before_linux(void);  /* board/.../... */  int	board_init(void);  int	dram_init (void); +void	setup_serial_tag (struct tag **params); +void	setup_revision_tag (struct tag **params);  /* ------------------------------------------------------------ */  /* Here is a list of some prototypes which are incompatible to	*/ |