Changeset 623 for soft/giet_vm/giet_libs/stdio.c
- Timestamp:
- Jul 17, 2015, 4:34:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/stdio.c
r614 r623 907 907 908 908 ///////////////////////////////////////////// 909 int giet_fat_file_info( unsigned int fd_id, 910 unsigned int* size, 911 unsigned int* offset ) 909 int giet_fat_file_info( unsigned int fd_id, 910 struct fat_file_info_s* info ) 912 911 { 913 912 return sys_call( SYSCALL_FAT_FINFO, 914 913 fd_id, 915 (unsigned int)size, 916 (unsigned int)offset, 917 0 ); 914 (unsigned int)info, 915 0, 0 ); 918 916 } 919 917
Note: See TracChangeset
for help on using the changeset viewer.