blob: 6aa929913c6a9b6841554ba3ed2d0b711518ce09 [file] [log] [blame]
#ifndef KVM__RTC_H
#define KVM__RTC_H
struct kvm;
int rtc__init(struct kvm *kvm);
int rtc__exit(struct kvm *kvm);
#endif /* KVM__RTC_H */