Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.8-rc2 9 lines 250 B view raw
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 */