os/syscall.h
2024-05-21 18:41:16 +03:00

6 lines
69 B
C

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