repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ext4: fix comments to say "ext4"
[linux-2.6/linux-2.6-openrd.git]
/
include
/
xen
/
xen-ops.h
blob
10ddfe0142d08e93be872477025168eb4e0dab47
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 */