Fill in LUN's on requests. Add common routine for

checking/initializing ASPI availability.
This commit is contained in:
rocky
2004-06-25 01:47:06 +00:00
parent 3db915ec41
commit 9e827ca7a4
2 changed files with 47 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: win32.h,v 1.6 2004/06/21 03:22:58 rocky Exp $
$Id: win32.h,v 1.7 2004/06/25 01:47:06 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -47,6 +47,7 @@ typedef struct {
HANDLE h_device_handle; /* device descriptor */
long hASPI;
short i_sid;
short i_lun;
long (*lpSendCommand)( void* );
/* Track information */