* Peter Stuge peter@stuge.se [110225 21:45]:
Patrick Georgi wrote:
+++ b/payloads/libpayload/include/stdint.h @@ -27,4 +27,9 @@
- SUCH DAMAGE.
*/
+#ifndef __STDINT_H +#define __STDINT_H #include <arch/types.h>
+typedef unsigned long uintptr_t; +#endif
What about 64 bit? Or libpayload simply doesn't support it? In that case
Acked-by: Peter Stuge peter@stuge.se
unsigned long is 64bit on 64bit gccs