Xtensa interrupt management function prototypes

This commit is contained in:
Angus Gratton 2015-05-07 14:05:23 +10:00
parent 6369b4cefa
commit 3a5b46a09a
2 changed files with 12 additions and 13 deletions

View file

@ -221,6 +221,7 @@ void vPortExitCritical( void )
handled in libmain.a (xtensa_vectors.o) which then can call into here
passing an interrupt mask.
*/
_xt_isr isr[16];
void _xt_isr_attach(uint8_t i, _xt_isr func)