Ignore:
Timestamp:
Sep 15, 2000, 3:25:50 PM (25 years ago)
Author:
sandervl
Message:

open + init aspirout during dll load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/aspilib.h

    r3564 r4265  
    2828    BOOL        closeDriver();
    2929    BOOL        initBuffer();
     30    ULONG       hmtxDriver;
    3031
    3132  public:
     
    5051    ULONG       SendSRBlock(VOID);
    5152    ULONG       getNumHosts();
     53    BOOL        access(BOOL fWait);
     54    BOOL        release();
     55
    5256
    5357    SRBOS2      SRBlock;                // SCSI Request Block
     
    5660};
    5761
    58 
    59 extern "C"
    60 {
    61   BOOL fGainDrvAccess( BOOL fWait, ULONG *phSem);
    62   BOOL fReleaseDrvAccess(ULONG hSem);
    63 }
    64 
     62extern scsiObj *aspi;
    6563
    6664#endif // _ASPILIB_H_
Note: See TracChangeset for help on using the changeset viewer.