mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01:00
10 lines
185 B
C
10 lines
185 B
C
#ifndef __PERF_TESTS_TIMER_H__
|
|
#define __PERF_TESTS_TIMER_H__
|
|
|
|
#include <dev/timer.h>
|
|
|
|
extern unsigned long timer_base;
|
|
void perf_timer_init(void);
|
|
|
|
#endif /* __PERF_TESTS_TIMER_H__ */
|