The Pedigree Project
0.1
|
#include <native-base.h>
Public Member Functions | |
virtual ReturnState | syscall (uint64_t subid, void *params, size_t params_size)=0 |
Base class for all kernel-space native API implementations.
Definition at line 94 of file native-base.h.
|
pure virtual |
System call entry.
This is where every NATIVE_CALL syscall ends up for each kernel-space object.
subid | the method call ID specific to this class |
params | parameter block for this class |
Implemented in Foo.
Referenced by NativeSyscallManager::syscall().