Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
121:ee02790d00b7
Parent:
119:ee6a53069455
Child:
122:480c44b0e205
--- a/file_system_manager.h	Mon May 04 17:25:29 2015 +0000
+++ b/file_system_manager.h	Fri May 08 04:15:23 2015 +0000
@@ -1,10 +1,14 @@
 #ifndef __FILE_SYSTEM_MANAGER_H__
 #define __FILE_SYSTEM_MANAGER_H__
 
-#include "mbed.h"
 #include "QSPIFileSystem.h"
-#include "shared_variables.h"
+#include "debug.h"
 #include "vz_protocol.h"
+#include "clock.h"
+#include "bootloader.h"
+#include "fw.h"
+
+const uint16_t FILE_BUFFER_SIZE = 1024;
 
 extern QSPIFileSystem qspifs;
 
@@ -22,6 +26,8 @@
  */
 void set_ip( const char * new_header_ip );
 
+int get_ip ( char * header_ip, const size_t length );
+
 /**
  * @Synopsis Altera o valor default contido no arquivo /qspi/myext.txt
  *
@@ -159,4 +165,6 @@
 
 void set_shift_port( const int new_shift_port );
 
+int init_fsystem ( void );
+
 #endif
\ No newline at end of file