diff vidix/AsmMacros.h @ 27419:3f6d802c6ea8

Add proper VIDIX support for SuperH architecture. Patch by Magnus Damm <magnus dot damm at gmail dot com>.
author ben
date Mon, 11 Aug 2008 23:04:03 +0000
parents a93e46adb54c
children 08d18fe9da52
line wrap: on
line diff
--- a/vidix/AsmMacros.h	Mon Aug 11 21:10:04 2008 +0000
+++ b/vidix/AsmMacros.h	Mon Aug 11 23:04:03 2008 +0000
@@ -77,6 +77,8 @@
 #include "sysdep/AsmMacros_arm32.h"
 #elif defined(__powerpc__)
 #include "sysdep/AsmMacros_powerpc.h"
+#elif defined(__sh__)
+#include <sys/io.h>
 #else
 #include "sysdep/AsmMacros_x86.h"
 #endif