71680f7b7d
Change-Id: I0d6d2f8db2bc86c08d5ba2648f1cf46d85b54a5e Reviewed-on: https://review.haiku-os.org/c/haiku/+/2267 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com> Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
11 lines
201 B
C
11 lines
201 B
C
/*
|
|
* 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 */
|