Added empty platform_boot_options() function.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8592 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-08-16 15:38:38 +00:00
parent 8dd184dc16
commit 4db8c66409
@@ -1,6 +1,6 @@
/*
** Copyright 2003-2004, Axel Dörfler, [email protected]. 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)
{