add lab answers
This commit is contained in:
7
labcodes_answer/lab8_result/kern/syscall/syscall.h
Normal file
7
labcodes_answer/lab8_result/kern/syscall/syscall.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __KERN_SYSCALL_SYSCALL_H__
|
||||
#define __KERN_SYSCALL_SYSCALL_H__
|
||||
|
||||
void syscall(void);
|
||||
|
||||
#endif /* !__KERN_SYSCALL_SYSCALL_H__ */
|
||||
|
||||
Reference in New Issue
Block a user