Files
mop3/kernel/sys/irq.h
2025-12-23 19:50:37 +01:00

8 lines
129 B
C

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