Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
122:480c44b0e205
Parent:
121:ee02790d00b7
Child:
124:c1b6c893e1c3
--- a/eth.h	Fri May 08 04:15:23 2015 +0000
+++ b/eth.h	Mon May 11 15:16:36 2015 +0000
@@ -1,6 +1,16 @@
 #ifndef __ETH_H__
 #define __ETH_H__
 
+#include "EthernetInterface.h"
+#include "mbed.h"
+#include "debug.h"
+#include "file_system_manager.h"
+#include "shared_variables.h"
+#include "vz_protocol.h"
+
+extern EthernetInterface eth;
+///< Representa o link com o mundo externo.
+
 /**
  * @Synopsis Responsavel por inicializar as configurações iniciais de conexão eth
  *
@@ -13,9 +23,6 @@
  * ...
  * @endcode
  */
-int __init_eth__( void );
-
-extern EthernetInterface eth;
-///< Representa o link com o mundo externo.
+int __init_eth__ ( void );
 
 #endif
\ No newline at end of file