/arch/sh/include/asm/heartbeat.h
C Header | 18 lines | 14 code | 4 blank | 0 comment | 0 complexity | ecbf6856db01d4e824f6564feddbd6e4 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
- #ifndef __ASM_SH_HEARTBEAT_H
- #define __ASM_SH_HEARTBEAT_H
- #include <linux/timer.h>
- #define HEARTBEAT_INVERTED (1 << 0)
- struct heartbeat_data {
- void __iomem *base;
- unsigned char *bit_pos;
- unsigned int nr_bits;
- struct timer_list timer;
- unsigned int regsize;
- unsigned int mask;
- unsigned long flags;
- };
- #endif /* __ASM_SH_HEARTBEAT_H */