Changeset 68 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Dec 27, 2010, 2:13:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r35 r68 77 77 /* default command timeout (can be overwritten in the IORB) */ 78 78 #define DEFAULT_TIMEOUT 30000 79 80 /* max/min macros */ 81 #define max(a, b) a > b ? a : b 82 #define min(a, b) a < b ? a : b 79 83 80 84 /* debug output macros */
Note:
See TracChangeset
for help on using the changeset viewer.