Files
codezero/conts/test_suite0/include/timer.h
2010-03-25 01:12:40 +02:00

10 lines
188 B
C

#ifndef __PERF_TESTS_TIMER_H__
#define __PERF_TESTS_TIMER_H__
#include <libdev/timer.h>
extern unsigned long timer_base;
void perf_timer_init(void);
#endif /* __PERF_TESTS_TIMER_H__ */