haiku/headers/private/kernel/real_time_data.h
Axel Dörfler d4f36305b0 Added a comment about the architecture dependency.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9883 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-09 13:34:09 +00:00

21 lines
506 B
C

/*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License.
*/
#ifndef _KERNEL_REAL_TIME_DATA_H
#define _KERNEL_REAL_TIME_DATA_H
#include <SupportDefs.h>
// ToDo: most of this is probably arch dependent. When the PPC port comes
// to this, it should be properly separated and moved into the arch tree.
struct real_time_data {
uint64 boot_time;
uint32 system_time_conversion_factor;
};
#endif /* _KERNEL_REAL_TIME_DATA_H */