Now includes <platform_kernel_args.h> as well as <arch_kernel_args.h>
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4976 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
10fc9d123f
commit
5028c44913
@ -7,7 +7,6 @@
|
||||
|
||||
|
||||
#include <SupportDefs.h>
|
||||
#include <platform_kernel_args.h>
|
||||
|
||||
|
||||
typedef struct address_range {
|
||||
@ -15,6 +14,9 @@ typedef struct address_range {
|
||||
uint32 size;
|
||||
} addr_range;
|
||||
|
||||
#include <platform_kernel_args.h>
|
||||
#include <arch_kernel_args.h>
|
||||
|
||||
typedef struct kernel_args {
|
||||
uint32 cons_line;
|
||||
char *str;
|
||||
@ -34,6 +36,7 @@ typedef struct kernel_args {
|
||||
addr_range cpu_kstack[MAX_BOOT_CPUS];
|
||||
|
||||
platform_kernel_args platform_args;
|
||||
arch_kernel_args arch_args;
|
||||
|
||||
struct framebuffer {
|
||||
int enabled;
|
||||
|
Loading…
x
Reference in New Issue
Block a user