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:
@@ -16,10 +16,6 @@ extern "C" {
|
|||||||
status_t rtc_init(kernel_args *ka);
|
status_t rtc_init(kernel_args *ka);
|
||||||
// Initialize the real-time clock.
|
// 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);
|
bigtime_t rtc_boot_time(void);
|
||||||
// Returns the time at which the system was booted in microseconds since Jan 1, 1970.
|
// Returns the time at which the system was booted in microseconds since Jan 1, 1970.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user