FreeNOS
|
Go to the source code of this file.
Typedefs | |
typedef enum PrivOperation | PrivOperation |
Available operations to perform using PrivExec(). More... | |
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. More... | |
API::Result | PrivExecHandler (const PrivOperation op, const Address param) |
Prototype for kernel handler. More... | |