1570af302Sopenharmony_ci#ifndef _SYS_IO_H 2570af302Sopenharmony_ci#define _SYS_IO_H 3570af302Sopenharmony_ci#ifdef __cplusplus 4570af302Sopenharmony_ciextern "C" { 5570af302Sopenharmony_ci#endif 6570af302Sopenharmony_ci 7570af302Sopenharmony_ci#include <features.h> 8570af302Sopenharmony_ci 9570af302Sopenharmony_ci#include <bits/io.h> 10570af302Sopenharmony_ci 11570af302Sopenharmony_ciint iopl(int); 12570af302Sopenharmony_ciint ioperm(unsigned long, unsigned long, int); 13570af302Sopenharmony_ci 14570af302Sopenharmony_ci#ifdef __cplusplus 15570af302Sopenharmony_ci} 16570af302Sopenharmony_ci#endif 17570af302Sopenharmony_ci#endif 18