]> Git Repo - qemu.git/blobdiff - include/qemu/bswap.h
bswap.h: Remove cpu_to_be16wu()
[qemu.git] / include / qemu / bswap.h
index 9524931f8a4f49fdf6a73a291f3dc105cc77607e..3bb6b71cff9bbdb69957216f62187d8aad21aa25 100644 (file)
@@ -412,11 +412,6 @@ static inline void stfq_be_p(void *ptr, float64 v)
 
 /* Legacy unaligned versions.  Note that we never had a complete set.  */
 
-static inline void cpu_to_be16wu(uint16_t *p, uint16_t v)
-{
-    stw_be_p(p, v);
-}
-
 static inline void cpu_to_be32wu(uint32_t *p, uint32_t v)
 {
     stl_be_p(p, v);
This page took 0.024488 seconds and 4 git commands to generate.