]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - include/linux/pvclock_gtod.h
Merge branch 'p-ti-linux-3.8.y' into p-ti-android-3.8.y
[android-sdk/kernel-video.git] / include / linux / pvclock_gtod.h
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 */