summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vidix/dha.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vidix/dha.c b/vidix/dha.c
index 6d14816568..832d849067 100644
--- a/vidix/dha.c
+++ b/vidix/dha.c
@@ -185,6 +185,7 @@ void unmap_phys_mem(void *ptr, unsigned long size)
#endif /* Generic mmap (not win32, nor os2) */
+#if !defined(__alpha__) && !defined(__powerpc__)
unsigned char INPORT8(unsigned idx)
{
return inb(idx);
@@ -214,3 +215,4 @@ void OUTPORT32(unsigned idx,unsigned val)
{
outl(idx,val);
}
+#endif