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
15bigtime_t system_time(void);
16int32 of_address_cells(intptr_t package);
17int32 of_size_cells(intptr_t package);
18
19#endif
20