WiiFlow_Lite/source/gecko/gecko.hpp
fix94.1 c19f116046 -cleaned up debug message system
-improved wifi gecko (now buffers messages, more stable etc)
2012-12-08 16:17:35 +00:00

22 lines
270 B
C++

#ifndef _GECKO_HPP_
#define _GECKO_HPP_
#include <gccore.h>
void Gecko_Init(void);
void LogToSD_SetBuffer(bool buf);
#ifdef __cplusplus
extern "C" {
#endif
void gprintf(const char *format, ...);
void ghexdump(void *d, int len);
#ifdef __cplusplus
}
#endif
#endif