nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
[deliverable/linux.git] / include / linux / pvclock_gtod.h
CommitLineData
e0b306fe
MT
1#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 */
This page took 0.163965 seconds and 5 git commands to generate.