/* * Copyright (c) Hisilicon Technologies Co., Ltd. 2014-2020. All rights reserved. * Description: init * Author: SmartMedia_BSP * Create: 2014-06-04 */ #ifndef _TIMERH_ #define _TIMERH_ void clock_tick_init(int timer); void clock_source_init(int timer, int msec); #endif /* _TIMERH_ */