]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/init_helpers.h
c689a632662143a3f06cad3969e58f79f21f3ebd
[u-boot] / arch / x86 / include / asm / init_helpers.h
1 /*
2  * (C) Copyright 2011
3  * Graeme Russ, <graeme.russ@gmail.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _INIT_HELPERS_H_
9 #define _INIT_HELPERS_H_
10
11 int init_cache_f_r(void);
12 int init_bd_struct_r(void);
13 int init_func_spi(void);
14
15 #endif  /* !_INIT_HELPERS_H_ */