Added definition for the gKernelEntry variable.
Updated the license; it doesn't contain a single line of the former stage2.h anymore, and we don't have to blame Travis for it :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
|
||||||
** Distributed under the terms of the NewOS License.
|
** Distributed under the terms of the OpenBeOS License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef KERNEL_BOOT_STAGE2_H
|
#ifndef KERNEL_BOOT_STAGE2_H
|
||||||
#define KERNEL_BOOT_STAGE2_H
|
#define KERNEL_BOOT_STAGE2_H
|
||||||
|
|
||||||
@@ -11,8 +10,9 @@
|
|||||||
|
|
||||||
|
|
||||||
struct stage2_args;
|
struct stage2_args;
|
||||||
extern struct kernel_args gKernelArgs;
|
|
||||||
|
|
||||||
|
extern struct kernel_args gKernelArgs;
|
||||||
|
extern addr_t gKernelEntry;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user