io.h 174 B

12345678910111213
  1. #ifndef _SYS_IO_H
  2. #define _SYS_IO_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int ioperm(unsigned long, unsigned long, int);
  7. int iopl(int);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif