Merge branch 'master' of git://git.denx.de/u-boot-spi
[oweals/u-boot.git] / include / hash.h
index 5cb4dbfcb2bb671639ae9f06eb6a8dd15f43a256..d8ec4f08e166702d6a33b145f82eee3c78f6a6a3 100644 (file)
@@ -139,6 +139,7 @@ int hash_lookup_algo(const char *algo_name, struct hash_algo **algop);
  * @len:               Length of data that was hashed
  * @output:            Hash value to display
  */
-void hash_show(struct hash_algo *algo, ulong addr, ulong len, u8 *output);
+void hash_show(struct hash_algo *algo, ulong addr, ulong len,
+              uint8_t *output);
 #endif /* !USE_HOSTCC */
 #endif