]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/include/asm/relocate.h
arc: add stubs for map_physmem() and unmap_physmem()
[people/ms/u-boot.git] / arch / arc / include / asm / relocate.h
CommitLineData
3fb80163
AB
1/*
2 * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _ASM_ARC_RELOCATE_H
8#define _ASM_ARC_RELOCATE_H
9
10#include <common.h>
11
12int copy_uboot_to_ram(void);
13int clear_bss(void);
14int do_elf_reloc_fixups(void);
15
16#endif /* _ASM_ARC_RELOCATE_H */