]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/init_helpers.h
common: arm: davinci: Move header file out of common
[people/ms/u-boot.git] / include / init_helpers.h
CommitLineData
d47ab0ec
GR
1/*
2 * (C) Copyright 2011
3 * Graeme Russ, <graeme.russ@gmail.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
d47ab0ec
GR
6 */
7
8#ifndef _INIT_HELPERS_H_
9#define _INIT_HELPERS_H_
10
96d4b75c
SG
11/**
12 * init_cache_f_r() - Turn on the cache in preparation for relocation
13 *
14 * @return 0 if OK, -ve on error
15 */
a1d57b7a 16int init_cache_f_r(void);
d47ab0ec 17
96d4b75c 18#endif /* _INIT_HELPERS_H_ */