3 * Graeme Russ, <graeme.russ@gmail.com>
5 * SPDX-License-Identifier: GPL-2.0+
8 #ifndef _INIT_HELPERS_H_
9 #define _INIT_HELPERS_H_
12 * init_cache_f_r() - Turn on the cache in preparation for relocation
14 * @return 0 if OK, -ve on error
16 int init_cache_f_r(void);
18 #endif /* _INIT_HELPERS_H_ */