164136c1cSPekka Enberg #ifndef KVM__RTC_H 264136c1cSPekka Enberg #define KVM__RTC_H 364136c1cSPekka Enberg 4*20c39545SSasha Levin struct kvm; 5*20c39545SSasha Levin 6*20c39545SSasha Levin int rtc__init(struct kvm *kvm); 7*20c39545SSasha Levin int rtc__exit(struct kvm *kvm); 864136c1cSPekka Enberg 964136c1cSPekka Enberg #endif /* KVM__RTC_H */ 10