/* * minute - a port of the "mini" IOS replacement for the Wii U. * * Copyright (C) 2016 SALT * Copyright (C) 2016 Daz Jones * * Copyright (C) 2008, 2009 Hector Martin "marcan" * Copyright (C) 2008, 2009 Sven Peter * * 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 */ #include "types.h" #pragma once #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_SD0 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 IRQL_SD2 0 #define IRQF_TIMER (1<