• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

sw-host/sd_reader.h (r4864/r225)

Go to the documentation of this file.
00001 #ifndef SD_READER_H
00002 #define SD_READER_H
00003 
00004 #include "xbasic_types.h"
00005 
00006 int load_file_from_sd_card(char* filename, Xuint8* target);
00007 int save_file_to_sd_card(char* filename, Xuint8* target);
00008 Xuint32 define_sd_file_size(char* filename);
00009 
00010 #endif

Generated on Tue Dec 10 2013 04:52:24 for ROCsoft by  doxygen 1.7.1