diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-24 20:07:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-24 20:07:13 +0000 |
commit | d7a39d31a75ecd09706c25d4c5e3ba4bb7594204 (patch) | |
tree | a3cb1329232d498a11f9749f898b3296584919ae /target | |
parent | 227c0d2d2e1be028ee6328ec8367713f575e93c6 (diff) | |
download | master-187ad058-d7a39d31a75ecd09706c25d4c5e3ba4bb7594204.tar.gz master-187ad058-d7a39d31a75ecd09706c25d4c5e3ba4bb7594204.tar.bz2 master-187ad058-d7a39d31a75ecd09706c25d4c5e3ba4bb7594204.zip |
add ifxmips mei int define
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9891 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_irq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_irq.h b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_irq.h index b96d091823..30e75974b7 100644 --- a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_irq.h +++ b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_irq.h @@ -36,6 +36,8 @@ #define IFXMIPS_SSC_RIR (INT_NUM_IM0_IRL0 + 14) #define IFXMIPS_SSC_EIR (INT_NUM_IM0_IRL0 + 16) +#define IFXMIPS_MEI_INT (INT_NUM_IM1_IRL0 + 23) + #define IFXMIPS_TIMER6_INT (INT_NUM_IM1_IRL0 + 23) #define MIPS_CPU_TIMER_IRQ 7 |