mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
429cd8d37a
commit
b72503e581
@ -72,11 +72,6 @@ inline int lx_stat(const char *path, struct stat64 *buf)
|
||||
** Functions used by core's io port session support code **
|
||||
***********************************************************/
|
||||
|
||||
inline int lx_ioperm(unsigned long from, unsigned long num, int turn_on)
|
||||
{
|
||||
return lx_syscall(SYS_ioperm, from, num, turn_on);
|
||||
}
|
||||
|
||||
inline int lx_iopl(int level)
|
||||
{
|
||||
return lx_syscall(SYS_iopl, level);
|
||||
|
Loading…
Reference in New Issue
Block a user