Some more standard types and defines (libpayload)
[coreboot.git] / payloads / libpayload / include / stdint.h
index ae143d702cce08cc678c649f8476ed92f08b3cea..8e5083e39ae4ada15eb000556624abb75b9afa1d 100644 (file)
@@ -27,4 +27,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __STDINT_H
+#define __STDINT_H
 #include <arch/types.h>
+
+typedef unsigned long uintptr_t;
+#endif