Added dprintf() to the platform dependent methods.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4481 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,6 +17,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
extern void panic(const char *format, ...);
|
||||
extern void dprintf(const char *format, ...);
|
||||
|
||||
extern status_t platform_get_boot_devices(struct stage2_args *args, struct list *devicesList);
|
||||
extern void platform_release_heap(void *base);
|
||||
extern status_t platform_init_heap(struct stage2_args *args, void **_base, void **_top);
|
||||
|
||||
Reference in New Issue
Block a user