]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/compiler.h
Revert "include/linux: move typdef for uintptr_t"
[people/ms/u-boot.git] / 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>