2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
5 #ifndef KERNEL_ARCH_ARM_KERNEL_ARGS_H
6 #define KERNEL_ARCH_ARM_KERNEL_ARGS_H
8 #ifndef KERNEL_BOOT_KERNEL_ARGS_H
9 # error This file is included from <boot/kernel_args.h> only
18 int machine
; // platform specific machine type
20 // architecture specific
23 uint32 next_pagetable
;
26 #endif /* KERNEL_ARCH_ARM_KERNEL_ARGS_H */