]> git.proxmox.com Git - qemu.git/blobdiff - rwhandler.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / rwhandler.c
index c50c4bf6035b2206fa74e406c0e09e7af8f40fe6..1f9b6db4bcaa765df85ccc7f1fb5fa30248f3881 100644 (file)
@@ -2,8 +2,6 @@
 #include "ioport.h"
 #include "cpu-all.h"
 
-#if !defined(CONFIG_USER_ONLY)
-
 #define RWHANDLER_WRITE(name, len, type) \
 static void name(void *opaque, type addr, uint32_t value) \
 {\
@@ -87,5 +85,3 @@ int register_ioport_simple(ReadWriteHandler* handler,
     }
     return 0;
 }
-
-#endif