Go to the documentation of this file.
   18 #ifndef __POK_IOPORTS_H__ 
   19 #define __POK_IOPORTS_H__ 
   21 #define POK_PREP_IOBASE 0x80000000 
   23 #define outb(port, data)                                        \ 
   24   *((volatile unsigned char *)(POK_PREP_IOBASE + port)) = data 
   27   *((volatile unsigned char *)(POK_PREP_IOBASE + port))