Sign in
android-kvm
/
kvmtool
/
574bd7b432ec0dd71b719f05094e12108194da12
/
.
/
include
/
kvm
/
guest_compat.h
blob: ae7abbdb8be5fc08d972299c8d11077e4e1c246c [
file
] [
log
] [
blame
]
#ifndef
KVM__GUEST_COMPAT_H
#define
KVM__GUEST_COMPAT_H
int
compat__print_all_messages
(
void
);
int
compat__remove_message
(
int
id
);
int
compat__add_message
(
const
char
*
title
,
const
char
*
description
);
#endif