blob: 905c774c15bfe5ba47b993809bf5afee7457bc03 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kever Yang6f64d002016-09-01 10:14:20 +08002/*
3 * (C) Copyright 2016 Rockchip Electronics Co.,Ltd
Kever Yang6f64d002016-09-01 10:14:20 +08004 */
5
6#ifndef _ASM_ARCH_SYS_PROTO_H
7#define _ASM_ARCH_SYS_PROTO_H
8
Jagan Tekib0f52952017-09-27 23:03:11 +05309
Simon Glass8fbf9922019-01-21 14:53:36 -070010/* provided to defeat compiler optimisation in board_init_f() */
11void gru_dummy_function(int i);
12
Kever Yang6f64d002016-09-01 10:14:20 +080013#endif /* _ASM_ARCH_SYS_PROTO_H */