- cleanup,
- assign (c) to Haiku Inc as it's just empty anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32292 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2009 Haiku Inc. All rights reserved.
|
||||||
** Distributed under the terms of the OpenBeOS License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H
|
#ifndef KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H
|
||||||
#define KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H
|
#define KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H
|
||||||
|
|
||||||
@@ -20,4 +20,4 @@ typedef struct {
|
|||||||
char dummy;
|
char dummy;
|
||||||
} platform_kernel_args;
|
} platform_kernel_args;
|
||||||
|
|
||||||
#endif /* KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H */
|
#endif /* KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H */
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2009 Haiku Inc. All rights reserved.
|
||||||
** Distributed under the terms of the OpenBeOS License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H
|
#ifndef KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H
|
||||||
#define KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H
|
#define KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H
|
||||||
|
|
||||||
#ifndef KERNEL_BOOT_STAGE2_ARGS_H
|
#ifndef KERNEL_BOOT_STAGE2_ARGS_H
|
||||||
# error This file is included from <boot/stage2_args.h> only
|
# error This file is included from <boot/stage2_args.h> only
|
||||||
@@ -12,4 +12,4 @@
|
|||||||
struct platform_stage2_args {
|
struct platform_stage2_args {
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H */
|
#endif /* KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user