blob: 9c4ce23988551871f0503a9e3c197c3863ea848f [file] [log] [blame]
Chris Zankelc978b522016-08-10 18:36:44 +03001/*
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
12int clear_bss(void);
13
14#endif /* _ASM_XTENSA_RELOCATE_H */