usb_api_magpie_patch.c: use new io funcs
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / adf / adf_os_mem_pvt.h
index 0519ad14aa6463fdd7ebc29c0a4e15c8feed0201..b5bcfa1b492d8493100ce0b9575df8e34d81eb24 100755 (executable)
@@ -51,7 +51,7 @@ static inline void            __adf_os_mem_free(void *buf)
 }
 
 /* move a memory buffer */
-static inline void             __adf_os_mem_copy(void *dst, void *src, adf_os_size_t size)
+static inline void             __adf_os_mem_copy(void *dst, const void *src, adf_os_size_t size)
 {
     A_MEMCPY(dst,src,size);    
 }