mmc: fsl_esdhc: Fix SDR104 and HS200 support
[oweals/u-boot.git] / include / asm-generic / unaligned.h
index fd0255099aa279222b0a7a2b72c09ce1a3ff202c..3d33a5a063e8fa676039f567fb3a1f4b77e66f25 100644 (file)
@@ -20,4 +20,7 @@
 #error invalid endian
 #endif
 
+/* Allow unaligned memory access */
+void allow_unaligned(void);
+
 #endif