kernel/boot/efi: Continue breaking apart arch-specific code; hpet

* Move x86 hpet behind timer interface.
  * Add a few if x86,x86_64 macros to start.cpp.

Change-Id: I583ec1b064785182e6d48dfbcd91b1bb2ead4b44
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1929
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2019-11-26 21:34:43 +00:00
committed by Alex von Gluck IV
parent 9e15c9f153
commit b482adb1bc
11 changed files with 153 additions and 8 deletions
@@ -0,0 +1,10 @@
/*
* Copyright 2008, Dustin Howett, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef ARCH_TIMER_H
#define ARCH_TIMER_H
void arch_timer_init(void);
#endif /* ARCH_TIMER_H */