dev_irqc.h Source File

Back to the index.

dev_irqc.h
Go to the documentation of this file.
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 */

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17