blob: c689a632662143a3f06cad3969e58f79f21f3ebd [file] [log] [blame]
Graeme Russa875dda2011-12-23 16:51:29 +11001/*
2 * (C) Copyright 2011
3 * Graeme Russ, <graeme.russ@gmail.com>
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Graeme Russa875dda2011-12-23 16:51:29 +11006 */
7
8#ifndef _INIT_HELPERS_H_
9#define _INIT_HELPERS_H_
10
Graeme Russ3fb4f9e2011-12-23 21:14:22 +110011int init_cache_f_r(void);
Graeme Russa875dda2011-12-23 16:51:29 +110012int init_bd_struct_r(void);
Gabe Blacka97cbda2012-11-03 11:41:23 +000013int init_func_spi(void);
Graeme Russa875dda2011-12-23 16:51:29 +110014
15#endif /* !_INIT_HELPERS_H_ */