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:
Axel Dörfler
2003-09-03 17:08:08 +00:00
parent 93773b0125
commit 9d12fd8503
+2
View File
@@ -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);