oleavr-rgl-a500-mini-linux-.../include/linux/pvclock_gtod.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

9 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 */