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:
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include <platform_kernel_args.h>
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct address_range {
|
typedef struct address_range {
|
||||||
@@ -15,6 +14,9 @@ typedef struct address_range {
|
|||||||
uint32 size;
|
uint32 size;
|
||||||
} addr_range;
|
} addr_range;
|
||||||
|
|
||||||
|
#include <platform_kernel_args.h>
|
||||||
|
#include <arch_kernel_args.h>
|
||||||
|
|
||||||
typedef struct kernel_args {
|
typedef struct kernel_args {
|
||||||
uint32 cons_line;
|
uint32 cons_line;
|
||||||
char *str;
|
char *str;
|
||||||
@@ -34,6 +36,7 @@ typedef struct kernel_args {
|
|||||||
addr_range cpu_kstack[MAX_BOOT_CPUS];
|
addr_range cpu_kstack[MAX_BOOT_CPUS];
|
||||||
|
|
||||||
platform_kernel_args platform_args;
|
platform_kernel_args platform_args;
|
||||||
|
arch_kernel_args arch_args;
|
||||||
|
|
||||||
struct framebuffer {
|
struct framebuffer {
|
||||||
int enabled;
|
int enabled;
|
||||||
|
|||||||
Reference in New Issue
Block a user