logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

io.h (219B)


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