Commit aa9d754d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

include/irq: add missing functions

parent 0b36aae5
......@@ -7,4 +7,7 @@ static inline void clear_irq()
asm volatile ("wcsr ip, %0"::"r"(val));
}
void disable_irq();
void enable_irq();
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment