|
The Pedigree Project
0.1
|
#include <native-base.h>
Inheritance diagram for NativeBase:
Collaboration diagram for NativeBase: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().
Here is the caller graph for this function:
1.8.11