Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f94aabd9f6c925d77aecb3ff020f1cc12ed8f86
/
.
/
include
/
linux
/
pvclock_gtod.h
blob: 0ca75825b60d1aab5ee5dc190ac3c2f9ad963cef [
file
] [
log
] [
blame
]
#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 */