6 lines
69 B
C
6 lines
69 B
C
#ifndef SYSCALL_H
|
|
#define SYSCALL_H
|
|
|
|
void syscall_init(void);
|
|
|
|
#endif |