rtc_set_system_time() is no longer needed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5146 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8da0ad81bf
commit
f6cb2b865e
@ -16,10 +16,6 @@ extern "C" {
|
||||
status_t rtc_init(kernel_args *ka);
|
||||
// Initialize the real-time clock.
|
||||
|
||||
void rtc_set_system_time(uint32 currentTime);
|
||||
// Set the system time. 'currentTime' is the number of seconds
|
||||
// elapsed since Jan. 1, 1970.
|
||||
|
||||
bigtime_t rtc_boot_time(void);
|
||||
// Returns the time at which the system was booted in microseconds since Jan 1, 1970.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user