GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
#ifndef _TIMER_H_
|
||||
#define _TIMER_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <io.h>
|
||||
#include <lib.h>
|
||||
|
||||
void timer_init(void);
|
||||
void timer_start(void);
|
||||
ulong timer_get_val(void);
|
||||
|
||||
void udelay(ulong us);
|
||||
void mdelay(u32 msec);
|
||||
|
||||
#endif /* _TIMER_H_ */
|
||||
Reference in New Issue
Block a user