UbixOS  2.0
syscalls.c File Reference
#include <ubixos/syscalls.h>
#include <sys/sysproto.h>
#include <sde/sde.h>
Include dependency graph for syscalls.c:

Go to the source code of this file.

Variables

struct syscall_entry systemCalls []
 
int totalCalls = sizeof(systemCalls) / sizeof(struct syscall_entry)
 

Variable Documentation

◆ systemCalls

struct syscall_entry systemCalls[]

Definition at line 34 of file syscalls.c.

Referenced by sys_call(), and sys_call_posix().

◆ totalCalls

int totalCalls = sizeof(systemCalls) / sizeof(struct syscall_entry)

Definition at line 92 of file syscalls.c.

Referenced by sys_call().