Commit c264291f authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: wrc.h: avoid redefinition

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 83da2a55
......@@ -18,9 +18,13 @@ int mprintf(char const *format, ...)
#define sprintf pp_sprintf
#endif
#undef offsetof
#define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)
void wrc_mon_gui(void);
void shell_init(void);
int wrc_log_stats(uint8_t onetime);
void wrc_debug_printf(int subsys, const char *fmt, ...);
/* This is in the library, somewhere */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment