Go to the documentation of this file.
24 extern int ioperm(
unsigned long from,
unsigned long num,
int turn_on);
31 extern int iopl(
int level);
40 extern void outdw(
unsigned short port,
unsigned long dword);
48 extern void outw(
unsigned short port,
unsigned short word);
56 extern void outb(
unsigned short port,
unsigned char byte);
63 extern unsigned long indw(
unsigned short port);
70 extern unsigned short inw(
unsigned short port);
77 extern unsigned char inb(
unsigned short port);