Get the ARM port building again.
[newos.git] / include / boot / arch / arm / stage2.h
blob0ed59f143ab681cc29fd3e1a465fd9fe7a40cf69
1 /*
2 ** Copyright 2001-2004, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _NEWOS_KERNEL_BOOT_ARCH_ARM_STAGE2_H
6 #define _NEWOS_KERNEL_BOOT_ARCH_ARM_STAGE2_H
8 #include <boot/stage2_struct.h>
10 // kernel args
11 typedef struct {
12 // architecture specific
13 } arch_kernel_args;
15 #endif