efi: Cleanup arch_mmu, drop extra arch_timer.h

Change-Id: I0d6d2f8db2bc86c08d5ba2648f1cf46d85b54a5e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2267
Reviewed-by: Adrien Destugues <[email protected]>
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2020-02-22 22:15:08 +00:00
committed by Alex von Gluck IV
parent d2986cb6d0
commit 71680f7b7d
6 changed files with 20 additions and 54 deletions
@@ -0,0 +1,10 @@
/*
* Copyright, 2019-2020 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef ARCH_MMU_H
#define ARCH_MMU_H
void arch_mmu_init();
#endif /* ARCH_MMU_H */