xref: /haiku/src/system/libroot/os/arch/arm/system_time.c (revision 03187b607b2b5eec7ee059f1ead09bdba14991fb)
1 /*
2  * Copyright 2006, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 
6 #include <OS.h>
7 
8 #include <arch_cpu.h>
9 #include <libroot_private.h>
10 #include <real_time_data.h>
11 
12 
13 bigtime_t
14 system_time(void)
15 {
16 #warning ARM:WRITEME
17 	return 0;
18 }
19