aboutsummaryrefslogtreecommitdiff
path: root/src/inc/timer.h
blob: 4b2bb8cd5b248bcbfa670dc71b30c42982ce8c32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef TIMER_H
#define TIMER_H

#include <def.h>

void timer_install();

#endif