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

(-)rio.cpp.orig (-1 / +1 lines)
Lines 68-74 Link Here
68
	#else
68
	#else
69
		#include	<sys/perm.h>
69
		#include	<sys/perm.h>
70
	#endif
70
	#endif
71
	#include	<asm/io.h>
71
	#include	<sys/io.h>
72
	#define		OUTPORT(p,v)			outb( v, p )
72
	#define		OUTPORT(p,v)			outb( v, p )
73
	#define		INPORT(p)				inb( p )
73
	#define		INPORT(p)				inb( p )
74
	#define		CLOCK_SECOND			CLOCKS_PER_SEC
74
	#define		CLOCK_SECOND			CLOCKS_PER_SEC

Return to bug 190353