a6ba467431a28c525e11a77c1be638906bfff0da
[musl] / include / sys / io.h
1 #ifndef _SYS_IO_H
2 #define _SYS_IO_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6
7 int ioperm(unsigned long, unsigned long, int);
8 int iopl(int);
9
10 #ifdef __cplusplus
11 }
12 #endif
13 #endif