GitFOSS
c1ad0fc5/1/2026, 8:41:11 PM
~kernel/timer.h
.m
Objective-C
(text/x-objectivec)
#ifndef TIMER_H
#define TIMER_H

void timer_init(void);
void timer_irq_handler(void);

#endif