Changeset 661 for soft/giet_vm/giet_libs


Ignore:
Timestamp:
Jul 24, 2015, 3:21:35 PM (9 years ago)
Author:
guerin
Message:

remove deprecated giet_fat_list()

Location:
soft/giet_vm/giet_libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/stdio.c

    r659 r661  
    10801080}
    10811081
    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 
    10901082
    10911083
  • soft/giet_vm/giet_libs/stdio.h

    r659 r661  
    5959#define SYSCALL_FAT_RENAME           0x27
    6060#define SYSCALL_FAT_MKDIR            0x28
    61 #define SYSCALL_FAT_LIST             0x29
    62 #define SYSCALL_FAT_OPENDIR          0x2A
    63 #define SYSCALL_FAT_CLOSEDIR         0x2B
    64 #define SYSCALL_FAT_READDIR          0x2C
     61#define SYSCALL_FAT_OPENDIR          0x29
     62#define SYSCALL_FAT_CLOSEDIR         0x2A
     63#define SYSCALL_FAT_READDIR          0x2B
     64//                                   0x2C
    6565//                                   0x2D
    6666//                                   0x2E
     
    348348                             fat_dirent_t* entry );
    349349
    350 extern int giet_fat_list( char* pathname );
    351 
    352350//////////////////////////////////////////////////////////////////////////
    353351//                    Miscelaneous system calls
Note: See TracChangeset for help on using the changeset viewer.