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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user