summaryrefslogtreecommitdiff
path: root/backport-include/linux/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport-include/linux/watchdog.h')
-rw-r--r--backport-include/linux/watchdog.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/backport-include/linux/watchdog.h b/backport-include/linux/watchdog.h
new file mode 100644
index 0000000..598c8c4
--- /dev/null
+++ b/backport-include/linux/watchdog.h
@@ -0,0 +1,11 @@
+#ifndef __BACKPORT_WATCHDOG_H
+#define __BACKPORT_WATCHDOG_H
+#include_next <linux/watchdog.h>
+
+#if LINUX_VERSION_IS_LESS(3,1,0)
+#define watchdog_device LINUX_BACKPORT(watchdog_device)
+struct watchdog_device {
+};
+#endif
+
+#endif /* __BACKPORT_WATCHDOG_H */