/* * Copyright, 2019, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Alexander von Gluck IV */ #include "arch_timer.h" #include #include #include #include #include #include //#define TRACE_TIMER #ifdef TRACE_TIMER # define TRACE(x) dprintf x #else # define TRACE(x) ; #endif void arch_timer_init(void) { // Stub }