mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 10:50:53 +07:00
10 lines
250 B
C
10 lines
250 B
C
|
#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 */
|