License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / um / include / asm / irq.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef __UM_IRQ_H
3#define __UM_IRQ_H
4
5#define TIMER_IRQ 0
6#define UMN_IRQ 1
7#define CONSOLE_IRQ 2
8#define CONSOLE_WRITE_IRQ 3
9#define UBD_IRQ 4
10#define UM_ETH_IRQ 5
11#define SSL_IRQ 6
12#define SSL_WRITE_IRQ 7
13#define ACCEPT_IRQ 8
14#define MCONSOLE_IRQ 9
15#define WINCH_IRQ 10
16#define SIGIO_WRITE_IRQ 11
17#define TELNETD_IRQ 12
18#define XTERM_IRQ 13
5d33e4d7 19#define RANDOM_IRQ 14
1da177e4 20
5d33e4d7 21#define LAST_IRQ RANDOM_IRQ
1da177e4
LT
22#define NR_IRQS (LAST_IRQ + 1)
23
24#endif