[haiku-commits] r38937 - in haiku/trunk/headers/private/kernel/boot/platform: . amiga_m68k

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 10 Oct 2010 20:16:16 +0200 (CEST)

Author: mmu_man
Date: 2010-10-10 20:16:16 +0200 (Sun, 10 Oct 2010)
New Revision: 38937
Changeset: http://dev.haiku-os.org/changeset/38937

Added:
   haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/
Modified:
   
haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/platform_kernel_args.h
   
haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/platform_stage2_args.h
Log:
Clone atari platform args headers. This gets the Amiga loader to link.


Modified: 
haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/platform_kernel_args.h
===================================================================
--- 
haiku/trunk/headers/private/kernel/boot/platform/atari_m68k/platform_kernel_args.h
  2010-10-10 16:14:58 UTC (rev 38935)
+++ 
haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/platform_kernel_args.h
  2010-10-10 18:16:16 UTC (rev 38937)
@@ -2,8 +2,8 @@
 ** Copyright 2003, Axel Dörfler, axeld@xxxxxxxxxxxxxxxxx All rights reserved.
 ** Distributed under the terms of the OpenBeOS License.
 */
-#ifndef KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H
-#define KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H
+#ifndef KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H
+#define KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H
 
 #ifndef KERNEL_BOOT_KERNEL_ARGS_H
 #      error This file is included from <boot/kernel_args.h> only
@@ -20,4 +20,4 @@
        int dummy; // nothing yet XXX
 } platform_kernel_args;
 
-#endif /* KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H */
+#endif /* KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H */

Modified: 
haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/platform_stage2_args.h
===================================================================
--- 
haiku/trunk/headers/private/kernel/boot/platform/atari_m68k/platform_stage2_args.h
  2010-10-10 16:14:58 UTC (rev 38935)
+++ 
haiku/trunk/headers/private/kernel/boot/platform/amiga_m68k/platform_stage2_args.h
  2010-10-10 18:16:16 UTC (rev 38937)
@@ -2,8 +2,8 @@
 ** Copyright 2003, Axel Dörfler, axeld@xxxxxxxxxxxxxxxxx All rights reserved.
 ** Distributed under the terms of the OpenBeOS License.
 */
-#ifndef KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H
-#define KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H
+#ifndef KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H
+#define KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H
 
 #ifndef KERNEL_BOOT_STAGE2_ARGS_H
 #      error This file is included from <boot/stage2_args.h> only
@@ -13,4 +13,4 @@
        int dummy;
 };
 
-#endif /* KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H */
+#endif /* KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H */


Other related posts:

  • » [haiku-commits] r38937 - in haiku/trunk/headers/private/kernel/boot/platform: . amiga_m68k - revol