blob: 0ca75825b60d1aab5ee5dc190ac3c2f9ad963cef [file] [log] [blame]
Marcelo Tosattie0b306f2012-11-27 23:28:59 -02001#ifndef _PVCLOCK_GTOD_H
2#define _PVCLOCK_GTOD_H
3
4#include <linux/notifier.h>
5
6extern int pvclock_gtod_register_notifier(struct notifier_block *nb);
7extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
8
9#endif /* _PVCLOCK_GTOD_H */