2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
5 #ifndef PLATFORM_KERNEL_ARGS_H
6 #define PLATFORM_KERNEL_ARGS_H
11 #define MAX_PHYSICAL_MEMORY_RANGE 4
12 #define MAX_PHYSICAL_ALLOCATED_RANGE 4
13 #define MAX_VIRTUAL_ALLOCATED_RANGE 4
16 struct platform_kernel_args
{
17 /* they are just empty! */
20 #endif /* PLATFORM_KERNEL_ARGS_H */