You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _PVCLOCK_GTOD_H
|
|
#define _PVCLOCK_GTOD_H
|
|
|
|
#include <linux/notifier.h>
|
|
|
|
extern int pvclock_gtod_register_notifier(struct notifier_block *nb);
|
|
extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
|
|
|
|
#endif /* _PVCLOCK_GTOD_H */
|
|
|