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

#ifndef TIMER_H
#define TIMER_H

uint32_t get_timer(uint32_t);

#endif /* TIMER_H */