Sign in
qemu
/
qemu
/
a885211eed4e853c64d1419a0113c12048ecd5a1
/
.
/
hw
/
mc146818rtc.h
blob: 6f46a68e023c34a16f0b288dd711a0668bf522d3 [
file
] [
log
] [
blame
]
#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 */