Sign in
android
/
platform
/
external
/
qemu-android
/
d22b0bd7fc85f991275ffc60a550ed42f4c1b04c
/
.
/
hw
/
mc146818rtc.h
blob: 6f46a68e023c34a16f0b288dd711a0668bf522d3 [
file
]
#ifndef
MC146818RTC_H
#define
MC146818RTC_H
#include
"isa.h"
ISADevice
*
rtc_init
(
int
base_year
);
void
rtc_set_memory
(
ISADevice
*
dev
,
int
addr
,
int
val
);
void
rtc_set_date
(
ISADevice
*
dev
,
const
struct
tm
*
tm
);
#endif
/* !MC146818RTC_H */