|
POK(kernelpart)
|
Go to the source code of this file.
Defines | |
| #define | POK_PREP_IOBASE 0x80000000 |
| #define | outb(port, data) *((volatile unsigned char *)(POK_PREP_IOBASE + port)) = data |
| #define | inb(port) *((volatile unsigned char *)(POK_PREP_IOBASE + port)) |
| #define inb | ( | port | ) | *((volatile unsigned char *)(POK_PREP_IOBASE + port)) |
| #define outb | ( | port, | |
| data | |||
| ) | *((volatile unsigned char *)(POK_PREP_IOBASE + port)) = data |
| #define POK_PREP_IOBASE 0x80000000 |