xref: /haiku/headers/private/system/arch/mipsel/arch_real_time_data.h (revision 893988af824e65e49e55f517b157db8386e8002b)
1 /*
2  * Copyright 2006-2009, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 #ifndef _SYSTEM_ARCH_REAL_TIME_DATA_H
6 #define _SYSTEM_ARCH_REAL_TIME_DATA_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 struct arch_real_time_data {
13 	bigtime_t	system_time_offset;
14 	uint32		system_time_conversion_factor;
15 };
16 
17 #endif /* _SYSTEM_ARCH_REAL_TIME_DATA_H */
18 
19