projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[linux-2.6]
/
include
/
xen
/
xen-ops.h
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 */