]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/semihosting.h
arm: semihosting: fix up compile bugs
[people/ms/u-boot.git] / arch / arm / include / asm / semihosting.h
index e59b44ed60685b555fe4f5afb181508315424704..835ca7e4b683ff18151c07a8f39cc56a12d502f0 100644 (file)
@@ -12,6 +12,6 @@
  * code for more information.
  */
 int smh_load(const char *fname, void *memp, int avail, int verbose);
-int smh_len(const char *fname);
+long smh_len(const char *fname);
 
 #endif /* __SEMIHOSTING_H__ */