blob: 7d540b5e2c6993afaf9c8cf389ec60259b18dc78 [file] [log] [blame]
Ollie Lho184a4042005-11-26 21:55:36 +00001#ifndef __DEBUG_H__
2#define __DEBUG_H__ 1
3
4//#define printf_debug(x...) printf(x)
5#define printf_debug(x...) { }
6
7#endif