init_helpers.h 272 B

123456789101112131415
  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. int init_bd_struct_r(void);
  11. int init_func_spi(void);
  12. #endif /* !_INIT_HELPERS_H_ */