2011-12-23 05:51:29 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2011
|
|
|
|
* Graeme Russ, <graeme.russ@gmail.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-12-23 05:51:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _INIT_HELPERS_H_
|
|
|
|
#define _INIT_HELPERS_H_
|
|
|
|
|
2011-12-23 10:14:22 +00:00
|
|
|
int calculate_relocation_address(void);
|
2011-12-23 05:51:29 +00:00
|
|
|
|
2011-12-23 10:14:22 +00:00
|
|
|
int init_cache_f_r(void);
|
2011-12-23 05:51:29 +00:00
|
|
|
int init_bd_struct_r(void);
|
2012-11-03 11:41:23 +00:00
|
|
|
int init_func_spi(void);
|
2011-12-23 05:51:29 +00:00
|
|
|
|
|
|
|
#endif /* !_INIT_HELPERS_H_ */
|