2 * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
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 */