Changeset 160 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- May 31, 2013, 2:03:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r157 r160 34 34 */ 35 35 36 #define DEBUG 36 37 #define INCL_NOPMAPI 37 38 #define INCL_DOSINFOSEG … … 104 105 105 106 /* debug output macros */ 107 #ifdef DEBUG 106 108 #define dprintf if (debug > 0) printf 107 109 #define dphex if (debug > 0) phex … … 110 112 #define dddprintf if (debug > 2) printf 111 113 #define dddphex if (debug > 2) phex 114 #define ntprintf printf_nts 115 #define aprintf printf 116 #else 117 #define dprintf(a,...) 118 #define dphex(a,b,c,...) 119 #define ddprintf(a,...) 120 #define ddphex(a,b,c,...) 121 #define dddprintf(a,...) 122 #define dddphex(a,b,c,...) 123 #define ntprintf(a,...) 124 #define aprintf(a,...) 125 #endif 112 126 113 127 /* verbosity console print macros … … 561 575 /* apm.c */ 562 576 extern void apm_init (void); 563 extern void apm_suspend (void);564 extern void apm_resume (void);577 extern void suspend (void); 578 extern void resume (void); 565 579 566 580 /* ioctl.c */
Note:
See TracChangeset
for help on using the changeset viewer.