1 /* 2 * Copyright 2021 Haiku, Inc. All rights reserved. 3 * Released under the terms of the MIT License. 4 */ 5 6 7 #include "arch_timer.h" 8 9 10 void 11 arch_timer_init(void) 12 { 13 } 14