-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Commit by Copying Codes from Kernel
- Loading branch information
0 parents
commit d9c0b90
Showing
84 changed files
with
70,166 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef _ASM_X86_KVM_GUEST_H | ||
#define _ASM_X86_KVM_GUEST_H | ||
|
||
int kvm_setup_vsyscall_timeinfo(void); | ||
|
||
#endif /* _ASM_X86_KVM_GUEST_H */ |
Oops, something went wrong.