xref: /rk3399_rockchip-uboot/test/rockchip/test-rockchip.h (revision ed5ce517739a2041dc32bb2c8aa2437f7889c5ce)
1 /*
2  * (C) Copyright 2017 Rockchip Electronics Co., Ltd
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 
7 #ifndef _TEST_ROCKCHIP_H
8 #define _TEST_ROCKCHIP_H
9 
10 int board_timer_test(int argc, char * const argv[]);
11 int board_key_test(int argc, char * const argv[]);
12 int board_emmc_test(int argc, char * const argv[]);
13 int board_regulator_test(int argc, char * const argv[]);
14 
15 #endif /* _TEST_ROCKCHIP_H */
16