xref: /OK3568_Linux_fs/u-boot/include/rockchip_debugger.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * (C) Copyright 2018 Rockchip Electronics Co., Ltd
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 
7 #ifndef _ROCKCHIP_DEBUGGER_H_
8 #define _ROCKCHIP_DEBUGGER_H_
9 
10 int rockchip_debugger_init(void);
11 
12 #endif
13