/* ppcskel - a Free Software replacement for the Nintendo/BroadOn IOS. IRQ support Copyright (C) 2009 Bernhard Urban Copyright (C) 2009 Sebastian Falbesoner # This code is licensed to you under the terms of the GNU GPL, version 2; # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt */ #ifndef __IRQ_H__ #define __IRQ_H__ #include "types.h" #ifdef CAN_HAZ_IRQ #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<