rv1126-uboot/test/rockchip/test-rockchip.h

14 lines
290 B
C
Raw Normal View History

/*
* (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 */