SMP and timer interrupts
This commit is contained in:
7
kernel/sys/irq.h
Normal file
7
kernel/sys/irq.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _KERNEL_SYS_IRQ_H
|
||||
#define _KERNEL_SYS_IRQ_H
|
||||
|
||||
void irq_save (void);
|
||||
void irq_restore (void);
|
||||
|
||||
#endif // _KERNEL_SYS_IRQ_H
|
||||
Reference in New Issue
Block a user