needed for USB drivers

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

8
include/exceptions.h Normal file
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_ */