software/libbase: uintptr_t
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Fri, 1 Jun 2012 22:16:38 +0000 (00:16 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Fri, 1 Jun 2012 22:16:38 +0000 (00:16 +0200)
software/include/base/stdint.h [new file with mode: 0644]

diff --git a/software/include/base/stdint.h b/software/include/base/stdint.h
new file mode 100644 (file)
index 0000000..92aa15a
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __STDINT_H
+#define __STDINT_H
+
+typedef unsigned int uintptr_t;
+
+#endif /* __STDINT_H */
+