os/syscall.h

6 lines
69 B
C
Raw Permalink Normal View History

2024-05-21 18:41:16 +03:00
#ifndef SYSCALL_H
#define SYSCALL_H
void syscall_init(void);
#endif