blob: 598c8c48a921e891016e361f5e7f9dbaf856e4ef [file] [log] [blame]
#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 */