Changeset 144 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Jan 3, 2013, 1:22:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r141 r144 28 28 29 29 /* IMPORTANT NOTE: The DDK headers require tight structure packing and this 30 * is controlled via compiler parameters. Thus, all stuctures in os2ahci. sys30 * is controlled via compiler parameters. Thus, all stuctures in os2ahci.add 31 31 * are expected to be byte-aligned without the need of explicit pragma pack() 32 32 * directives. Where possible, the structures are layed out such that words … … 49 49 #include <reqpkt.h> 50 50 51 /* NOTE: (Rousseau) 52 * The regular dhcalls.h from $(DDK)\base\h also works. 53 * The devhelp.h from $(DDK)\base\h produces inline assembler errors. 54 * The modified devhelp.h from ..\include works OK and is used because it 55 * generates a slightly smaller driver image. 56 */ 51 57 #ifdef __WATCOMC__ 52 58 /* include WATCOM specific DEVHELP stubs */ … … 106 112 #define dddphex if (debug > 2) phex 107 113 108 /* verbosity console print macros 114 /* verbosity console print macros 109 115 * (we use 'i' in ciprintf here to avoid name clash 110 116 * with vprintf-like funcs) … … 380 386 SG_TO_BUF, /* copy from S/G list to buffer */ 381 387 BUF_TO_SG /* copy from buffer to S/G list */ 382 } SG_MEMCPY_DIRECTION; 388 } SG_MEMCPY_DIRECTION; 383 389 384 390 /* -------------------------- function prototypes -------------------------- */
Note:
See TracChangeset
for help on using the changeset viewer.