Make UEFI boot-platform build again
[haiku.git] / headers / private / system / arch / x86_64 / arch_real_time_data.h
blobd6350c39f239565aa99b159f72bb27f7260c5b34
1 /*
2 * Copyright 2006, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_ARCH_REAL_TIME_DATA_H
6 #define _KERNEL_ARCH_REAL_TIME_DATA_H
8 #include <StorageDefs.h>
9 #include <SupportDefs.h>
12 struct arch_real_time_data {
13 bigtime_t system_time_offset;
14 uint32 system_time_conversion_factor;
17 #endif /* _KERNEL_ARCH_REAL_TIME_DATA_H */