init_helpers.h 219 B

12345678910111213
  1. /*
  2. * (C) Copyright 2011
  3. * Graeme Russ, <graeme.russ@gmail.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _INIT_HELPERS_H_
  8. #define _INIT_HELPERS_H_
  9. int init_cache_f_r(void);
  10. #endif /* !_INIT_HELPERS_H_ */