From acebfc7067035bb6bdf03a822f638eb9e80bc4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 3 Nov 2013 14:15:34 +0000 Subject: [PATCH] needed for USB drivers --- BaS_gcc/include/exceptions.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 BaS_gcc/include/exceptions.h diff --git a/BaS_gcc/include/exceptions.h b/BaS_gcc/include/exceptions.h new file mode 100644 index 0000000..45a4de9 --- /dev/null +++ b/BaS_gcc/include/exceptions.h @@ -0,0 +1,8 @@ +#ifndef _EXCEPTIONS_H_ +#define _EXCEPTIONS_H_ + +#include + +extern void asm_set_ipl(uint32_t ipl); + +#endif /* _EXCEPTIONS_H_ */