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(int package); 17 int32 of_size_cells(int package); 18 19 #endif 20