]> git.sur5r.net Git - u-boot/blobdiff - include/compiler.h
SECURE_BOOT: Enable SD as a source for bootscript
[u-boot] / include / compiler.h
index f853ed4787623185bdb9f719c11fed44b3fa491b..47c296e202d1e97388d3207e4f0c2321831a2f87 100644 (file)
@@ -115,6 +115,9 @@ typedef unsigned int uint;
 #ifdef CONFIG_USE_STDINT
 /* Provided by gcc. */
 #include <stdint.h>
+#else
+/* Type for `void *' pointers. */
+typedef unsigned long int uintptr_t;
 #endif
 
 #include <linux/string.h>