summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/watchdog.h
blob: 380762c70dc18c1cf837ace281455d26359b2b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __BACKPORT_WATCHDOG_H
#define __BACKPORT_WATCHDOG_H
#include_next <linux/watchdog.h>

#if LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)
#define watchdog_device LINUX_BACKPORT(watchdog_device)
struct watchdog_device {
};
#endif

#endif /* __BACKPORT_WATCHDOG_H */