]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/clocksource.h
clocksource: add common of_clksrc_init() function
[karo-tx-linux.git] / include / linux / clocksource.h
index 4dceaf8ae1525e57a0d6f7911e8dddac7047da4d..7944f14ea947970446ce61d36e5c3a53aa882a7c 100644 (file)
@@ -332,4 +332,13 @@ extern int clocksource_mmio_init(void __iomem *, const char *,
 
 extern int clocksource_i8253_init(void);
 
+#ifdef CONFIG_CLKSRC_OF
+extern void clocksource_of_init(void);
+
+#define CLOCKSOURCE_OF_DECLARE(name, compat, fn)                       \
+       static const struct of_device_id __clksrc_of_table_##name       \
+               __used __section(__clksrc_of_table)                     \
+                = { .compatible = compat, .data = fn };
+#endif
+
 #endif /* _LINUX_CLOCKSOURCE_H */