]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - include/linux/pvclock_gtod.h
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[mirror_ubuntu-zesty-kernel.git] / include / linux / pvclock_gtod.h
1 #ifndef _PVCLOCK_GTOD_H
2 #define _PVCLOCK_GTOD_H
3
4 #include <linux/notifier.h>
5
6 extern int pvclock_gtod_register_notifier(struct notifier_block *nb);
7 extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
8
9 #endif /* _PVCLOCK_GTOD_H */