Some more standard types and defines (libpayload)
[coreboot.git] / payloads / libpayload / include / limits.h
index ae71dfdfa63fbe9ec86112d36fa54bdd3c7f44ec..be7dde07faaa20bc5ccab0c6127783500f32b8be 100644 (file)
@@ -40,4 +40,6 @@
 # endif
 #endif
 
+#define UINT_MAX (unsigned int)0xffffffff
+
 #endif