Added platform_init_video() prototype.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
||||||
** Distributed under the terms of the OpenBeOS License.
|
** Distributed under the terms of the Haiku License.
|
||||||
*/
|
*/
|
||||||
#ifndef KERNEL_BOOT_PLATFORM_H
|
#ifndef KERNEL_BOOT_PLATFORM_H
|
||||||
#define KERNEL_BOOT_PLATFORM_H
|
#define KERNEL_BOOT_PLATFORM_H
|
||||||
@@ -35,6 +35,7 @@ extern status_t platform_free_region(void *address, size_t size);
|
|||||||
extern uint32 platform_boot_options(void);
|
extern uint32 platform_boot_options(void);
|
||||||
|
|
||||||
/* misc functions */
|
/* misc functions */
|
||||||
|
extern status_t platform_init_video(void);
|
||||||
extern void platform_switch_to_logo(void);
|
extern void platform_switch_to_logo(void);
|
||||||
extern void platform_switch_to_text_mode(void);
|
extern void platform_switch_to_text_mode(void);
|
||||||
extern void platform_start_kernel(void);
|
extern void platform_start_kernel(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user