xref: /haiku/src/system/libroot/os/arch/arm64/system_time.c (revision 3aba70f980ccc3992e68f297814188fa5bda9904)
1 /*
2  * Copyright 2019 Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #include <OS.h>
6 
7 #include <arch_cpu.h>
8 #include <libroot_private.h>
9 #include <real_time_data.h>
10 
11 
12 bigtime_t
13 system_time(void)
14 {
15 	return 0;
16 }
17