blob: ef05ac47813a6db75233b94788a73fa78d60395e [file] [log] [blame]
Graeme Russa875dda2011-12-23 16:51:29 +11001/*
2 * (C) Copyright 2011
3 * Graeme Russ, <graeme.russ@gmail.com>
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Graeme Russa875dda2011-12-23 16:51:29 +11006 */
7
8#ifndef _INIT_HELPERS_H_
9#define _INIT_HELPERS_H_
10
Graeme Russ3fb4f9e2011-12-23 21:14:22 +110011int init_cache_f_r(void);
Graeme Russa875dda2011-12-23 16:51:29 +110012
13#endif /* !_INIT_HELPERS_H_ */