repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools: Add ivshmem device
[linux-2.6/next.git]
/
tools
/
kvm
/
include
/
kvm
/
guest_compat.h
blob
ae7abbdb8be5fc08d972299c8d11077e4e1c246c
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