Files
2018-11-14 17:44:57 -06:00

11 lines
134 B
C

#ifndef _SYSCALL_WRAP_H_
#define _SYSCALL_WRAP_H_
#include "sys_calls.h"
#ifndef ASM
extern void syscall_wrap();
#endif
#endif