Changeset 25949 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/wnaspi32.h
- Timestamp:
- Jan 21, 2010 9:26:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/wnaspi32.h
r16477 r25949 160 160 BYTE SRB_HaStat; /* 16 Host Adapter Status */ 161 161 BYTE SRB_TargStat; /* 17 Target Status */ 162 void (*SRB_PostProc)( );/* 18 Post routine */162 void (*SRB_PostProc)( struct tagSRB32_ExecSCSICmd * ); /* 18 Post routine */ 163 163 void *SRB_Rsvd2; /* 1C Reserved */ 164 164 BYTE SRB_Rsvd3[16]; /* 20 Reserved for expansion */ … … 189 189 BYTE SRB_HaStat; /* 16 Host Adapter Status */ 190 190 BYTE SRB_TargStat; /* 17 Target Status */ 191 void (*SRB_PostProc)( );/* 18 Post routine */191 void (*SRB_PostProc)( struct tagSRB32_BusDeviceReset * ); /* 18 Post routine */ 192 192 void *SRB_Rsvd2; /* 1c Reserved */ 193 193 BYTE SRB_Rsvd3[32]; /* 20 Reserved */
Note:
See TracChangeset
for help on using the changeset viewer.