Make UEFI boot-platform build again
[haiku.git] / headers / private / system / real_time_data.h
blob6062869fdb67096b0da6a76cb97c0d8093f73390
1 /*
2 * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_REAL_TIME_DATA_H
6 #define _KERNEL_REAL_TIME_DATA_H
9 #include <StorageDefs.h>
10 #include <SupportDefs.h>
12 #include <arch_real_time_data.h>
15 struct real_time_data {
16 struct arch_real_time_data arch_data;
20 #endif /* _KERNEL_REAL_TIME_DATA_H */