Added platform_exit() function.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8653 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
90b9284ea3
commit
30f0f48a33
@ -86,6 +86,13 @@ platform_start_kernel(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
platform_exit(void)
|
||||||
|
{
|
||||||
|
of_exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
uint32
|
uint32
|
||||||
platform_boot_options(void)
|
platform_boot_options(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user