repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git]
/
modules
/
usb
/
usbhdfsd
/
mass_debug.h
blob
47b2817e0051a2143bab7053bae27e8de165ee1a
1
#ifndef _MASS_DEBUG_H
2
#define _MASS_DEBUG_H 1
3
4
#ifdef DEBUG
5
#define XPRINTF printf
6
#else
7
#define XPRINTF while(0) printf
8
#endif
9
10
#endif
/* _MASS_DEBUG_H */