Subversion Repositories freemyipod

Rev

Rev 466 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 466 Rev 479
Line 31... Line 31...
31
#include "../panic.h"
31
#include "../panic.h"
32
#include "../console.h"
32
#include "../console.h"
33
#include "../disk.h"
33
#include "../disk.h"
34
#include "../dir.h"
34
#include "../dir.h"
35
#include "../file.h"
35
#include "../file.h"
-
 
36
#include "../fat.h"
36
#include "../format.h"
37
#include "../format.h"
37
#include "../drawing.h"
38
#include "../drawing.h"
38
#include "../lcdconsole.h"
39
#include "../lcdconsole.h"
39
#include "../storage.h"
40
#include "../storage.h"
40
#include "../shutdown.h"
41
#include "../shutdown.h"
Line 241... Line 242...
241
    typeof(library_unload) *library_unload;
242
    typeof(library_unload) *library_unload;
242
    typeof(get_library) *get_library;
243
    typeof(get_library) *get_library;
243
    typeof(get_library_ext) *get_library_ext;
244
    typeof(get_library_ext) *get_library_ext;
244
    typeof(release_library) *release_library;
245
    typeof(release_library) *release_library;
245
    typeof(release_library_ext) *release_library_ext;
246
    typeof(release_library_ext) *release_library_ext;
-
 
247
    typeof(fat_enable_flushing) *fat_enable_flushing;
246
};
248
};
247
 
249
 
248
 
250
 
249
#endif
251
#endif