]>
Commit | Line | Data |
---|---|---|
d47ab0ec GR |
1 | /* |
2 | * (C) Copyright 2011 | |
3 | * Graeme Russ, <[email protected]> | |
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 | 16 | int init_cache_f_r(void); |
d47ab0ec | 17 | |
96d4b75c | 18 | #endif /* _INIT_HELPERS_H_ */ |