20 #ifndef PEDIGREEC_SYSCALL_MANAGER_H    21 #define PEDIGREEC_SYSCALL_MANAGER_H    23 #include "pedigree/kernel/processor/SyscallHandler.h"    24 #include "pedigree/kernel/processor/types.h"    33         uintptr_t 
function, uintptr_t p1 = 0, uintptr_t p2 = 0,
    34         uintptr_t p3 = 0, uintptr_t p4 = 0, uintptr_t p5 = 0);
    37     virtual uintptr_t 
syscall(SyscallState &state);
 
virtual uintptr_t syscall(SyscallState &state)
uintptr_t call(uintptr_t function, uintptr_t p1=0, uintptr_t p2=0, uintptr_t p3=0, uintptr_t p4=0, uintptr_t p5=0)
PedigreeCSyscallManager()
virtual ~PedigreeCSyscallManager()
PedigreeCSyscallManager & operator=(const PedigreeCSyscallManager &)