]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sh/include/mach-sh03/mach/io.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / sh / include / mach-sh03 / mach / io.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/*
3 * include/asm-sh/sh03/io.h
4 *
5 * Copyright 2004 Interface Co.,Ltd. Saito.K
6 *
7 * IO functions for an Interface CTP/PCI-SH03
8 */
9
10#ifndef _ASM_SH_IO_SH03_H
11#define _ASM_SH_IO_SH03_H
12
13#include <linux/time.h>
14
1da177e4 15#define IRL0_IRQ 2
1da177e4 16#define IRL0_PRIORITY 13
1da177e4 17#define IRL1_IRQ 5
1da177e4 18#define IRL1_PRIORITY 10
1da177e4 19#define IRL2_IRQ 8
1da177e4 20#define IRL2_PRIORITY 7
1da177e4 21#define IRL3_IRQ 11
1da177e4
LT
22#define IRL3_PRIORITY 4
23
373e68b5 24void heartbeat_sh03(void);
1da177e4
LT
25
26#endif /* _ASM_SH_IO_SH03_H */