Path: blob/master/arch/mn10300/proc-mn103e010/include/proc/irq.h
15159 views
/* MN103E010 On-board interrupt controller numbers1*2* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.3* Written by David Howells ([email protected])4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public Licence7* as published by the Free Software Foundation; either version8* 2 of the Licence, or (at your option) any later version.9*/1011#ifndef _ASM_PROC_IRQ_H12#define _ASM_PROC_IRQ_H1314#ifdef __KERNEL__1516#define GxICR_NUM_IRQS 421718#define GxICR_NUM_XIRQS 81920#define XIRQ0 3421#define XIRQ1 3522#define XIRQ2 3623#define XIRQ3 3724#define XIRQ4 3825#define XIRQ5 3926#define XIRQ6 4027#define XIRQ7 412829#define XIRQ2IRQ(num) (XIRQ0 + num)3031#endif /* __KERNEL__ */3233#endif /* _ASM_PROC_IRQ_H */343536