kvm tools: Add ivshmem device
[linux-2.6/next.git] / tools / kvm / include / kvm / guest_compat.h
blobae7abbdb8be5fc08d972299c8d11077e4e1c246c
1 #ifndef KVM__GUEST_COMPAT_H
2 #define KVM__GUEST_COMPAT_H
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);
9 #endif