Changeset 4265 for trunk/src/wnaspi32/aspilib.h
- Timestamp:
- Sep 15, 2000, 3:25:50 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/aspilib.h
r3564 r4265 28 28 BOOL closeDriver(); 29 29 BOOL initBuffer(); 30 ULONG hmtxDriver; 30 31 31 32 public: … … 50 51 ULONG SendSRBlock(VOID); 51 52 ULONG getNumHosts(); 53 BOOL access(BOOL fWait); 54 BOOL release(); 55 52 56 53 57 SRBOS2 SRBlock; // SCSI Request Block … … 56 60 }; 57 61 58 59 extern "C" 60 { 61 BOOL fGainDrvAccess( BOOL fWait, ULONG *phSem); 62 BOOL fReleaseDrvAccess(ULONG hSem); 63 } 64 62 extern scsiObj *aspi; 65 63 66 64 #endif // _ASPILIB_H_
Note:
See TracChangeset
for help on using the changeset viewer.