|
FreeNOS
|
Go to the source code of this file.
Typedefs | |
| typedef enum PrivOperation | PrivOperation |
| Available operations to perform using PrivExec(). | |
Enumerations | |
| enum | PrivOperation { Idle = 0 , RebootSystem = 1 , ShutdownSystem = 2 , WriteConsole = 3 , Panic = 4 } |
| Available operations to perform using PrivExec(). More... | |
Functions | |
| API::Result | PrivExec (const PrivOperation op, const Address param=0) |
| Prototype for user applications. | |
| API::Result | PrivExecHandler (const PrivOperation op, const Address param) |
| Prototype for kernel handler. | |