From 735b42a18224f94039ad6ab605e1ea7b7f4ad254 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Sat, 9 Nov 2013 01:15:41 +0000 Subject: [PATCH] dm36x: Add more DM365 interrupt vectors. --- ports/arm/platforms/dm36x/dm36x-io.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/arm/platforms/dm36x/dm36x-io.h b/ports/arm/platforms/dm36x/dm36x-io.h index c4e5cfb..81962be 100644 --- a/ports/arm/platforms/dm36x/dm36x-io.h +++ b/ports/arm/platforms/dm36x/dm36x-io.h @@ -239,6 +239,8 @@ #define DM36X_INTC_VEC_VPSSINT6 6 #define DM36X_INTC_VEC_VPSSINT7 7 #define DM36X_INTC_VEC_VPSSINT8 8 +#define DM36X_INTC_VEC_MJCP_SEQINT 9 +#define DM36X_INTC_VEC_HDVICP_INT 10 #define DM36X_INTC_VEC_TINT0 32 #define DM36X_INTC_MAX_VEC 63