summaryrefslogtreecommitdiffstats
path: root/debug.h
blob: 7d540b5e2c6993afaf9c8cf389ec60259b18dc78 (plain)
1
2
3
4
5
6
7
#ifndef __DEBUG_H__
#define __DEBUG_H__ 1

//#define printf_debug(x...) printf(x)
#define printf_debug(x...) { }

#endif
OpenPOWER on IntegriCloud