reverted to rtc_boot_time

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10281 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-28 23:23:48 +00:00
parent 3366fbde02
commit 9b50999cc7

View File

@ -14,8 +14,8 @@ extern "C" {
#endif
status_t rtc_init(kernel_args *args);
bigtime_t rtc_system_time_offset(void);
// Returns the time at which the system was booted in microseconds since Jan 1, 1970 (local or GMT).
bigtime_t rtc_boot_time(void);
// Returns the time at which the system was booted in microseconds since Jan 1, 1970 UTC.
bigtime_t _user_system_time(void);
status_t _user_set_real_time_clock(uint32 time);