Changeset 123 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Sep 1, 2011, 3:34:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r122 r123 105 105 #define dddphex if (debug > 2) phex 106 106 107 /* verbosity console print macros */ 108 #define cvprintf if (verbosity > 0) cprintf 109 #define cvvprintf if (verbosity > 1) cprintf 107 /* verbosity console print macros 108 * (we use 'i' in ciprintf here to avoid name clash 109 * with vprintf-like funcs) 110 */ 111 #define ciprintf if (verbosity > 0) cprintf 112 #define ciiprintf if (verbosity > 1) cprintf 110 113 111 114 /* TRACE macros (for our internal ring buffer trace) */
Note:
See TracChangeset
for help on using the changeset viewer.