mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-07 01:41:45 +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 **
|
** 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)
|
inline int lx_iopl(int level)
|
||||||
{
|
{
|
||||||
return lx_syscall(SYS_iopl, level);
|
return lx_syscall(SYS_iopl, level);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user