aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/include/time/timer.h
blob: eaec726fe4c65a3f5b0579b053326fefc1fbe654 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef TIMER_H
#define TIMER_H

#define HZ 50

void timer_init();
void timer_start();
void timer_stop();

#endif