xref: /haiku/headers/private/kernel/boot/platform/openfirmware/support.h (revision 21258e2674226d6aa732321b6f8494841895af5f)
1 /*
2  * Copyright 2006-2011, Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *      Alexander von Gluck, kallisti5@unixzen.com
7  */
8 #ifndef SUPPORT_H
9 #define SUPPORT_H
10 
11 
12 #include <OS.h>
13 
14 
15 bigtime_t system_time(void);
16 int32 of_address_cells(intptr_t package);
17 int32 of_size_cells(intptr_t package);
18 
19 #endif
20