Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
e04d0d0767a9c272d3c7300fb7a5221c5e3a71eb
/
.
/
include
/
xen
/
xen-ops.h
blob: 10ddfe0142d08e93be872477025168eb4e0dab47 [
file
] [
log
] [
blame
]
Isaku Yamahata
e04d0d0
2008-04-02 10:53:55 -0700
[
diff
] [
blame^
]
1
#ifndef
INCLUDE_XEN_OPS_H
2
#define
INCLUDE_XEN_OPS_H
3
4
#include
<linux/percpu.h>
5
6
DECLARE_PER_CPU
(
struct
vcpu_info
*,
xen_vcpu
);
7
8
#endif
/* INCLUDE_XEN_OPS_H */