-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 343542 b: refs/heads/master c: e0b306f h: refs/heads/master v: v3
- Loading branch information
Marcelo Tosatti
committed
Nov 28, 2012
1 parent
ca39c2b
commit 829011f
Showing
3 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 886b470cb14733a0286e365c77f1844c240c33a4 | ||
refs/heads/master: e0b306fef90556233797d2e1747bd6a3ae35ea93 |
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,9 @@ | ||
#ifndef _PVCLOCK_GTOD_H | ||
#define _PVCLOCK_GTOD_H | ||
|
||
#include <linux/notifier.h> | ||
|
||
extern int pvclock_gtod_register_notifier(struct notifier_block *nb); | ||
extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb); | ||
|
||
#endif /* _PVCLOCK_GTOD_H */ |
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