summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rockchip/sys_proto.h
blob: 905c774c15bfe5ba47b993809bf5afee7457bc03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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 */