Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
rtc.h
Go to the documentation of this file.
1#ifndef __HAL__TIMER__RTC_H__
2#define __HAL__TIMER__RTC_H__
3
4#include <type.h>
5
6void rtc_initialize(void);
7
8#endif // __HAL__TIMER__RTC_H__
void rtc_initialize(void)
Definition rtc.c:79