]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/include/asm/init_helpers.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / x86 / include / asm / init_helpers.h
CommitLineData
d47ab0ec
GR
1/*
2 * (C) Copyright 2011
3 * Graeme Russ, <graeme.russ@gmail.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
d47ab0ec
GR
6 */
7
8#ifndef _INIT_HELPERS_H_
9#define _INIT_HELPERS_H_
10
a1d57b7a 11int calculate_relocation_address(void);
d47ab0ec 12
a1d57b7a 13int init_cache_f_r(void);
d47ab0ec 14int init_bd_struct_r(void);
8313315b 15int init_func_spi(void);
f697d528
SG
16int find_fdt(void);
17int prepare_fdt(void);
d47ab0ec
GR
18
19#endif /* !_INIT_HELPERS_H_ */