Prepare v2023.10
[platform/kernel/u-boot.git] / include / stdint.h
index 2e126d1..dea83c8 100644 (file)
@@ -5,3 +5,10 @@
  *
  * U-Boot uses linux types (linux/types.h) so does not make use of stdint.h
  */
+
+#ifndef __UB_STDINT_H
+#define __UB_STDINT_H
+
+#define UINT8_MAX      0xff
+
+#endif