#ifndef SANDBOX_SYSCALL_H__ # define SANDBOX_SYSCALL_H__ int ovr_open(struct s_sandboxenv *); int ovr_close(struct s_sandboxenv *); int ovr_write(struct s_sandboxenv *); #endif /* SANDBOX_SYSCALL_H__ */