8 lines
180 B
C
8 lines
180 B
C
|
|
#ifndef _KERNEL_DRIVERS_CLOCK_X86_RTC_H
|
||
|
|
#define _KERNEL_DRIVERS_CLOCK_X86_RTC_H
|
||
|
|
|
||
|
|
#include <libkern/types.h>
|
||
|
|
|
||
|
|
uint32_t rtc_load_time();
|
||
|
|
|
||
|
|
#endif /* _KERNEL_DRIVERS_CLOCK_X86_RTC_H */
|