syslog: revert LOG_FAC/LOG_FACMASK changes
[musl.git] / include / sys / io.h
blob16658cecae9b29707fb247210abcabcfd2ef8bfa
1 #ifndef _SYS_IO_H
2 #define _SYS_IO_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
7 #include <features.h>
9 #include <bits/io.h>
11 int iopl(int);
12 int ioperm(unsigned long, unsigned long, int);
14 #ifdef __cplusplus
16 #endif
17 #endif