Changeset 661 for soft/giet_vm/giet_libs
- Timestamp:
- Jul 24, 2015, 3:21:35 PM (9 years ago)
- Location:
- soft/giet_vm/giet_libs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/stdio.c
r659 r661 1080 1080 } 1081 1081 1082 /////////////////////////////////////1083 int giet_fat_list( char* pathname )1084 {1085 return sys_call( SYSCALL_FAT_LIST,1086 (unsigned int)pathname,1087 0, 0, 0 );1088 }1089 1090 1082 1091 1083 -
soft/giet_vm/giet_libs/stdio.h
r659 r661 59 59 #define SYSCALL_FAT_RENAME 0x27 60 60 #define SYSCALL_FAT_MKDIR 0x28 61 #define SYSCALL_FAT_ LIST0x2962 #define SYSCALL_FAT_ OPENDIR0x2A63 #define SYSCALL_FAT_ CLOSEDIR0x2B64 #define SYSCALL_FAT_READDIR0x2C61 #define SYSCALL_FAT_OPENDIR 0x29 62 #define SYSCALL_FAT_CLOSEDIR 0x2A 63 #define SYSCALL_FAT_READDIR 0x2B 64 // 0x2C 65 65 // 0x2D 66 66 // 0x2E … … 348 348 fat_dirent_t* entry ); 349 349 350 extern int giet_fat_list( char* pathname );351 352 350 ////////////////////////////////////////////////////////////////////////// 353 351 // Miscelaneous system calls
Note: See TracChangeset
for help on using the changeset viewer.