Changeset 709 for soft/giet_vm/giet_fat32/fat32.h
- Timestamp:
- Oct 1, 2015, 4:20:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_fat32/fat32.h
r707 r709 226 226 227 227 extern int _fat_read( unsigned int fd_id, // file descriptor 228 paddr_t buffer,// destination buffer228 unsigned int vaddr, // destination buffer 229 229 unsigned int count, // number of bytes 230 unsigned int phys ); // use physical_memcpy230 unsigned int extend ); // physical addressing 231 231 232 232 extern int _fat_write( unsigned int fd_id, // file descriptor 233 void* buffer, // source buffer 234 unsigned int count ); // number of bytes 233 unsigned int vaddr, // source buffer 234 unsigned int count, // number of bytes 235 unsigned int extend ); // physical addressing 235 236 236 237 extern int _fat_lseek( unsigned int fd_id, // file descriptor
Note: See TracChangeset
for help on using the changeset viewer.