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