update name of code to labcodes
This commit is contained in:
8
labcodes/lab2/kern/driver/intr.h
Normal file
8
labcodes/lab2/kern/driver/intr.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __KERN_DRIVER_INTR_H__
|
||||
#define __KERN_DRIVER_INTR_H__
|
||||
|
||||
void intr_enable(void);
|
||||
void intr_disable(void);
|
||||
|
||||
#endif /* !__KERN_DRIVER_INTR_H__ */
|
||||
|
||||
Reference in New Issue
Block a user