|
@@ -391,6 +391,9 @@ extern struct bus_type mpic_subsys;
|
|
#define MPIC_REGSET_STANDARD MPIC_REGSET(0) /* Original MPIC */
|
|
#define MPIC_REGSET_STANDARD MPIC_REGSET(0) /* Original MPIC */
|
|
#define MPIC_REGSET_TSI108 MPIC_REGSET(1) /* Tsi108/109 PIC */
|
|
#define MPIC_REGSET_TSI108 MPIC_REGSET(1) /* Tsi108/109 PIC */
|
|
|
|
|
|
|
|
+/* Get the version of primary MPIC */
|
|
|
|
+extern u32 fsl_mpic_primary_get_version(void);
|
|
|
|
+
|
|
/* Allocate the controller structure and setup the linux irq descs
|
|
/* Allocate the controller structure and setup the linux irq descs
|
|
* for the range if interrupts passed in. No HW initialization is
|
|
* for the range if interrupts passed in. No HW initialization is
|
|
* actually performed.
|
|
* actually performed.
|