EPRINTF
#define EPRINTF(fmt, ...) printf("ipmi: " fmt "\n", ## __VA_ARGS__)
#define EPRINTF(fmt, ...) ((void)0)