From 4db8c664099e2c437a78c123b05eccf8d6ebde32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 16 Aug 2004 15:38:38 +0000 Subject: [PATCH] Added empty platform_boot_options() function. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8592 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/openfirmware/start.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/kernel/boot/platform/openfirmware/start.c b/src/kernel/boot/platform/openfirmware/start.c index 6b3dd0ba91..f808a3c494 100644 --- a/src/kernel/boot/platform/openfirmware/start.c +++ b/src/kernel/boot/platform/openfirmware/start.c @@ -1,6 +1,6 @@ /* ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ @@ -86,6 +86,14 @@ platform_start_kernel(void) } +uint32 +platform_boot_options(void) +{ + // ToDo: implement me! + return 0; +} + + void _start(uint32 _unused1, uint32 _unused3, void *openFirmwareEntry) {