Files
FireBee_SVN/include/exceptions.h
2013-11-03 14:15:34 +00:00

9 lines
136 B
C

#ifndef _EXCEPTIONS_H_
#define _EXCEPTIONS_H_
#include <stdint.h>
extern void asm_set_ipl(uint32_t ipl);
#endif /* _EXCEPTIONS_H_ */