Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 492646
Collapse All | Expand All

(-)xorg-server-1.14.4-old/hw/xfree86/common/compiler.h (-1 / +1 lines)
Lines 775-781 xf86WriteMmio32LeNB(__volatile__ void *b Link Here
775
#define PORT_SIZE short
775
#define PORT_SIZE short
776
#endif
776
#endif
777
777
778
_X_EXPORT unsigned int IOPortBase;      /* Memory mapped I/O port area */
778
_X_EXPORT uintptr_t IOPortBase;      /* Memory mapped I/O port area */
779
779
780
static __inline__ void
780
static __inline__ void
781
outb(unsigned PORT_SIZE port, unsigned char val)
781
outb(unsigned PORT_SIZE port, unsigned char val)

Return to bug 492646