]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/include/asm/relocate.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / x86 / include / asm / relocate.h
CommitLineData
a1d57b7a
GR
1/*
2 * (C) Copyright 2011
3 * Graeme Russ, <graeme.russ@gmail.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
a1d57b7a
GR
6 */
7
8#ifndef _RELOCATE_H_
9#define _RELOCATE_H_
10
11#include <common.h>
12
13int copy_uboot_to_ram(void);
f697d528 14int copy_fdt_to_ram(void);
a1d57b7a
GR
15int clear_bss(void);
16int do_elf_reloc_fixups(void);
17
18#endif /* !_RELOCATE_H_ */