blob: 4c5f923416db769870785c4bc67f581be116977b [file] [log] [blame]
Alexey Brodkin3fb80162015-02-24 19:40:36 +03001/*
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 */