1 /* SPDX-License-Identifier: GPL-2.0 */
3 * include/asm-sh/sh03/io.h
5 * Copyright 2004 Interface Co.,Ltd. Saito.K
7 * IO functions for an Interface CTP/PCI-SH03
10 #ifndef _ASM_SH_IO_SH03_H
11 #define _ASM_SH_IO_SH03_H
13 #include <linux/time.h>
16 #define IRL0_PRIORITY 13
18 #define IRL1_PRIORITY 10
20 #define IRL2_PRIORITY 7
22 #define IRL3_PRIORITY 4
24 void heartbeat_sh03(void);
26 #endif /* _ASM_SH_IO_SH03_H */