6 lines
70 B
C
6 lines
70 B
C
#ifndef KSYSCALL_H
|
|
#define KSYSCALL_H
|
|
|
|
void syscall_handler();
|
|
|
|
#endif |