]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/timer.h
move sys timer setup from main to timer.c
[z180-stamp.git] / include / timer.h
CommitLineData
35edb766 1/*
89826c56 2 * (C) Copyright 2014,2018 Leo C. <erbl259-lmu@yahoo.de>
35edb766 3 *
89826c56 4 * SPDX-License-Identifier: GPL-2.0
35edb766
L
5 */
6
7#ifndef TIMER_H
d684c216
L
8#define TIMER_H
9
57307890
L
10#include "common.h"
11
89826c56
L
12void setup_timer(void);
13
d684c216
L
14uint32_t get_timer(uint32_t);
15
16#endif /* TIMER_H */