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