]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/semihosting.h
ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
[u-boot] / arch / arm / include / asm / semihosting.h
index 74111dc359d1a6e06758c6ed08729c54ed402ac1..835ca7e4b683ff18151c07a8f39cc56a12d502f0 100644 (file)
  * code for more information.
  */
 int smh_load(const char *fname, void *memp, int avail, int verbose);
-int smh_read(int fd, void *memp, int len);
-int smh_open(const char *fname, char *modestr);
-int smh_close(int fd);
-int smh_len_fd(int fd);
-int smh_len(const char *fname);
+long smh_len(const char *fname);
 
 #endif /* __SEMIHOSTING_H__ */