]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arc/include/asm/init_helpers.h
arc: clean-up init procedure
[people/ms/u-boot.git] / arch / arc / include / asm / init_helpers.h
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_INIT_HELPERS_H
8 #define _ASM_ARC_INIT_HELPERS_H
9
10 int init_cache_f_r(void);
11
12 #endif /* _ASM_ARC_INIT_HELPERS_H */