Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
3f0852e0
Commit
3f0852e0
authored
Dec 20, 2009
by
Avi Kivity
Committed by
Marcelo Tosatti
Mar 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: Add include guards for coalesced_mmio.h
Signed-off-by:
Avi Kivity
<
avi@redhat.com
>
parent
283d0c65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
virt/kvm/coalesced_mmio.h
virt/kvm/coalesced_mmio.h
+5
-0
No files found.
virt/kvm/coalesced_mmio.h
View file @
3f0852e0
#ifndef __KVM_COALESCED_MMIO_H__
#define __KVM_COALESCED_MMIO_H__
/*
* KVM coalesced MMIO
*
...
...
@@ -22,3 +25,5 @@ int kvm_vm_ioctl_register_coalesced_mmio(struct kvm *kvm,
struct
kvm_coalesced_mmio_zone
*
zone
);
int
kvm_vm_ioctl_unregister_coalesced_mmio
(
struct
kvm
*
kvm
,
struct
kvm_coalesced_mmio_zone
*
zone
);
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment