os/syscall.h

6 lines
69 B
C
Raw Normal View History

2024-05-25 19:20:33 +03:00
#ifndef SYSCALL_H
#define SYSCALL_H
void syscall_init(void);
#endif