support ASM encryption module

This commit is contained in:
Mariano Alvira 2011-02-27 17:37:37 -05:00
parent 5012757673
commit 4d6562a0bc
6 changed files with 333 additions and 1 deletions

View file

@ -166,5 +166,7 @@ extern void uart1_isr(void) __attribute__((weak));
extern void maca_isr(void) __attribute__((weak));
extern void asm_isr(void) __attribute__((weak));
#endif