Contents moved to kernel_args.h and platform_kernel_args.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-07 23:15:16 +00:00
parent c8ec205b7b
commit 56ce04ab02
@@ -1,21 +0,0 @@
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef KERNEL_BOOT_STAGE2_STRUCT_H
#define KERNEL_BOOT_STAGE2_STRUCT_H
#include <SupportDefs.h>
// must match SMP_MAX_CPUS in arch_smp.h
#define MAX_BOOT_CPUS 4
#define MAX_PHYS_MEM_ADDR_RANGE 4
#define MAX_VIRT_ALLOC_ADDR_RANGE 4
#define MAX_PHYS_ALLOC_ADDR_RANGE 4
typedef struct ar {
uint32 start;
uint32 size;
} addr_range;
#endif /* KERNEL_BOOT_STAGE2_STRUCT_H */