summaryrefslogtreecommitdiffstats
path: root/emulator/devices/timers.h
blob: a0071351428142d55a78e73f01f921f1fcd121d1 (plain)
1
2
3
4
5
6
7
#ifndef AVREMU_DEVICES_TIMERS_H_
#define AVREMU_DEVICES_TIMERS_H_

int avrdev_timers_init(void);
void avrdev_timers_exit(void);

#endif /* AVREMU_DEVICES_TIMERS_H_ */
bues.ch cgit interface