1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_HEARTBEAT_H
3 #define __ASM_SH_HEARTBEAT_H
5 #include <linux/timer.h>
7 #define HEARTBEAT_INVERTED (1 << 0)
9 struct heartbeat_data
{
11 unsigned char *bit_pos
;
13 struct timer_list timer
;
19 #endif /* __ASM_SH_HEARTBEAT_H */