blob: 648dd67643adda10855f9b9343343e3487ab77d9 [file] [log] [blame]
George Kulakowski17e3b042016-02-18 15:59:50 -08001#ifndef _SYS_IO_H
2#define _SYS_IO_H
Viet-Trung Luu96b05c12016-01-11 11:26:36 -08003#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include <features.h>
8
9#include <bits/io.h>
10
11int iopl(int);
12int ioperm(unsigned long, unsigned long, int);
13
14#ifdef __cplusplus
15}
16#endif
17#endif