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

#ifndef TIMER_H
#define TIMER_H

#include "common.h"

uint32_t get_timer(uint32_t);

#endif /* TIMER_H */