Chris Zankel | c978b52 | 2016-08-10 18:36:44 +0300 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2016 Cadence Design Systems Inc. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _ASM_XTENSA_RELOCATE_H | ||||
8 | #define _ASM_XTENSA_RELOCATE_H | ||||
9 | |||||
10 | #include <common.h> | ||||
11 | |||||
12 | int clear_bss(void); | ||||
13 | |||||
14 | #endif /* _ASM_XTENSA_RELOCATE_H */ |