e8f58ba4be
- Add various missing jamfiles - Add required implementation stubs - Update openfirmware jamfiles for multiboot support - Update linker rules for sparc loader Change-Id: I2d06c7a4d33827f58d82946687003f9a0dcb1b7d Reviewed-on: https://review.haiku-os.org/c/1329 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
16 lines
295 B
C
16 lines
295 B
C
/*
|
|
** Copyright 2019, Adrien Destugues, pulkomandy@pulkomandy.tk
|
|
** Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _KERNEL_ARCH_SPARC_MMU_H
|
|
#define _KERNEL_ARCH_SPARC_MMU_H
|
|
|
|
|
|
#include <SupportDefs.h>
|
|
#include <string.h>
|
|
|
|
#include <arch_cpu.h>
|
|
|
|
|
|
#endif /* _KERNEL_ARCH_SPARC_MMU_H */
|