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:
Axel Dörfler
2004-04-20 23:40:57 +00:00
parent 62dbb799d5
commit 85429b59c0
+5 -5
View File
@@ -1,8 +1,7 @@
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
/*
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef KERNEL_BOOT_STAGE2_H
#define KERNEL_BOOT_STAGE2_H
@@ -11,8 +10,9 @@
struct stage2_args;
extern struct kernel_args gKernelArgs;
extern struct kernel_args gKernelArgs;
extern addr_t gKernelEntry;
#ifdef __cplusplus
extern "C" {