/* SPDX-License-Identifier: GPL-2.0+ */ | |
/* | |
* (C) Copyright 2016 Rockchip Electronics Co.,Ltd | |
*/ | |
#ifndef _ASM_ARCH_SYS_PROTO_H | |
#define _ASM_ARCH_SYS_PROTO_H | |
/* provided to defeat compiler optimisation in board_init_f() */ | |
void gru_dummy_function(int i); | |
#endif /* _ASM_ARCH_SYS_PROTO_H */ |