Ignore:
Timestamp:
Dec 27, 2010, 2:13:49 PM (15 years ago)
Author:
markus
Message:

made it compile, added atapi command mapping/padding (->12 bytes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.h

    r35 r68  
    7777/* default command timeout (can be overwritten in the IORB) */
    7878#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
    7983
    8084/* debug output macros */
Note: See TracChangeset for help on using the changeset viewer.