os/syscall.h
2024-05-25 19:20:33 +03:00

6 lines
69 B
C

#ifndef SYSCALL_H
#define SYSCALL_H
void syscall_init(void);
#endif