#ifndef MELVIX_TIMER_H
#define MELVIX_TIMER_H

void timer_install();

void timer_wait(int ticks);

#endif