xref: /haiku/src/system/boot/platform/efi/arch/x86/arch_timer.cpp (revision 8fea4985b5d3d7ae1734ac99dd483b5428f9fac6)
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