#ifndef _KERNEL_SYS_IRQ_H #define _KERNEL_SYS_IRQ_H void irq_save (void); void irq_restore (void); #endif // _KERNEL_SYS_IRQ_H