xref: /haiku/headers/private/system/real_time_data.h (revision e9c4d47ad719d6fd67cd9b75b41ebbec563e7a79)
1 /*
2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the Haiku License.
4 */
5 #ifndef _KERNEL_REAL_TIME_DATA_H
6 #define _KERNEL_REAL_TIME_DATA_H
7 
8 #include <StorageDefs.h>
9 #include <SupportDefs.h>
10 
11 #include <arch_real_time_data.h>
12 
13 
14 struct real_time_data {
15 	struct arch_real_time_data	arch_data;
16 };
17 
18 #endif	/* _KERNEL_REAL_TIME_DATA_H */
19