/* mini - a Free Software replacement for the Nintendo/BroadOn IOS. IRQ support Copyright (C) 2008, 2009 Hector Martin "marcan" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __IRQ_H__ #define __IRQ_H__ #define IRQ_TIMER 0 #define IRQ_NAND 1 #define IRQ_AES 2 #define IRQ_SHA1 3 #define IRQ_EHCI 4 #define IRQ_OHCI0 5 #define IRQ_OHCI1 6 #define IRQ_SDHC 7 #define IRQ_WIFI 8 #define IRQ_GPIO1B 10 #define IRQ_GPIO1 11 #define IRQ_RESET 17 #define IRQ_PPCIPC 30 #define IRQ_IPC 31 #define IRQF_TIMER (1<