14 lines
290 B
C
14 lines
290 B
C
|
|
/*
|
||
|
|
* (C) Copyright 2017 Rockchip Electronics Co., Ltd
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef _TEST_ROCKCHIP_H
|
||
|
|
#define _TEST_ROCKCHIP_H
|
||
|
|
|
||
|
|
int board_timer_test(int argc, char * const argv[]);
|
||
|
|
int board_key_test(int argc, char * const argv[]);
|
||
|
|
|
||
|
|
#endif /* _TEST_ROCKCHIP_H */
|