1 #ifndef TESTMACHINE_IRQC_H 2 #define TESTMACHINE_IRQC_H 3 4 /* 5 * Definitions used by the "irqc" device in GXemul. 6 * 7 * This file is in the public domain. 8 */ 9 10 #define DEV_IRQC_ADDRESS 0x0000000016000000 11 #define DEV_IRQC_LENGTH 0x12 12 13 #define DEV_IRQC_IRQ 0x0 14 #define DEV_IRQC_MASK 0x4 15 #define DEV_IRQC_UNMASK 0x8 16 17 #endif /* TESTMACHINE_IRQC_H */ 18