needed for USB drivers

This commit is contained in:
Markus Fröschle
2013-11-03 14:15:34 +00:00
parent e58e7ffa99
commit acebfc7067

View File

@@ -0,0 +1,8 @@
#ifndef _EXCEPTIONS_H_
#define _EXCEPTIONS_H_
#include <stdint.h>
extern void asm_set_ipl(uint32_t ipl);
#endif /* _EXCEPTIONS_H_ */