George Kulakowski | 17e3b04 | 2016-02-18 15:59:50 -0800 | [diff] [blame] | 1 | #ifndef _SYS_IO_H |
2 | #define _SYS_IO_H | ||||
Viet-Trung Luu | 96b05c1 | 2016-01-11 11:26:36 -0800 | [diff] [blame] | 3 | #ifdef __cplusplus |
4 | extern "C" { | ||||
5 | #endif | ||||
6 | |||||
7 | #include <features.h> | ||||
8 | |||||
9 | #include <bits/io.h> | ||||
10 | |||||
11 | int iopl(int); | ||||
12 | int ioperm(unsigned long, unsigned long, int); | ||||
13 | |||||
14 | #ifdef __cplusplus | ||||
15 | } | ||||
16 | #endif | ||||
17 | #endif |