blob: 16d478a250c5ad7642c13a13ef11bedf4e091c14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Placeholder for code to come (needed to complete build)
*
* Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
* Subject to the GNU GPL v2, or (at your option) any later version.
*/
#include <timer.h>
void timer_monotonic_get(struct mono_time *mt)
{
(void)mt;
}
|