summaryrefslogtreecommitdiff
path: root/include/timer.h
blob: d6040087b8501d6eed6bff6137cddd084c61c67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2014,2018 Leo C. <erbl259-lmu@yahoo.de>
 *
 * SPDX-License-Identifier:	GPL-2.0
 */

#ifndef TIMER_H
#define TIMER_H

#include "common.h"

void setup_timer(void);

uint32_t get_timer(uint32_t);

#endif /* TIMER_H */