xref: /kvmtool/include/kvm/guest_compat.h (revision e66942073035b2a0b473fed5120316bdb083eedd)
1 #ifndef KVM__GUEST_COMPAT_H
2 #define KVM__GUEST_COMPAT_H
3 
4 int compat__print_all_messages(void);
5 int compat__remove_message(int id);
6 int compat__add_message(const char *title, const char *description);
7 
8 
9 #endif