#include <libc.h>
Go to the source code of this file.
Defines | |
#define | __SYSINTERF_SEC_H__ 1 |
#define | SYSSEC_SRVREG 1 |
#define | SYSSEC_IOACQUIRE 2 |
#define | SYSSEC_IORELE 3 |
Functions | |
int | secmgr (pid_t pid) |
int | sec_srvreg (int cpu, int gate, union descriptor *desc) |
int | srvreg (int cpu, int gate, union descriptor *desc) |
int | sec_ioacquire (pid_t pid, int ioport) |
int | sec_iorele (pid_t pid, int ioport) |
int | ioacquire (pid_t pid, int ioport) |
int | iorele (pid_t pid, int ioport) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|