+/** Carga una estructura del tipo EMUFS_Estadisticas con las estadisticas del archivo */
+EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *);
+
+/** Lee un registro con su informacion de control */
+void* emufs_tipo3_leer_registro_raw(struct _emu_fs_t*, EMUFS_REG_ID, EMUFS_REG_SIZE*, int *);