add ioperm/iopl syscalls
[musl] / include / sys / io.h
diff --git a/include/sys/io.h b/include/sys/io.h
new file mode 100644 (file)
index 0000000..a6ba467
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef        _SYS_IO_H
+#define        _SYS_IO_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int ioperm(unsigned long, unsigned long, int);
+int iopl(int);
+
+#ifdef __cplusplus
+}
+#endif
+#endif