Linux 3.9-rc4
[linux-2.6/cjktty.git] / include / linux / pvclock_gtod.h
blob0ca75825b60d1aab5ee5dc190ac3c2f9ad963cef
1 #ifndef _PVCLOCK_GTOD_H
2 #define _PVCLOCK_GTOD_H
4 #include <linux/notifier.h>
6 extern int pvclock_gtod_register_notifier(struct notifier_block *nb);
7 extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
9 #endif /* _PVCLOCK_GTOD_H */