Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
will
/
kvmtool
/
master
/
.
/
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