|
FreeNOS
|
#include <FreeNOS/System.h>#include <FreeNOS/Kernel.h>#include <FreeNOS/Config.h>#include <FreeNOS/Process.h>#include <FreeNOS/ProcessEvent.h>#include <FreeNOS/ProcessManager.h>#include <Log.h>#include "ProcessCtl.h"Go to the source code of this file.
Functions | |
| API::Result | ProcessCtlHandler (const ProcessID procID, const ProcessOperation action, const Address addr, const Address output) |
| Kernel handler prototype. More... | |
| Log & | operator<< (Log &log, ProcessOperation op) |
| Operator to print a ProcessOperation to a Log. More... | |
1.8.17