Add cal_isr() support

This commit is contained in:
maralvira 2010-11-07 14:21:59 +00:00
parent ab84453401
commit 745e7b5ac2
2 changed files with 10 additions and 2 deletions

View file

@ -30,7 +30,7 @@
* This file is part of libmc1322x: see http://mc1322x.devl.org
* for details.
*
* $Id: isr.h,v 1.1 2010/06/10 14:55:39 maralvira Exp $
* $Id: isr.h,v 1.2 2010/11/07 14:21:59 maralvira Exp $
*/
#ifndef ISR_H
@ -87,6 +87,8 @@ extern void kbi5_isr(void) __attribute__((weak));
extern void kbi6_isr(void) __attribute__((weak));
extern void kbi7_isr(void) __attribute__((weak));
extern void cal_isr(void) __attribute__((weak));
extern void uart1_isr(void) __attribute__((weak));
extern void maca_isr(void) __attribute__((weak));