Parent Directory
|
Revision Log
|
Patch
| revision 786 by blade, Tue Apr 10 15:01:46 2007 UTC | revision 787 by harald-hoyer-guest, Mon Feb 25 11:14:07 2008 UTC | |
|---|---|---|
| # | Line 76 typedef struct usal_ops { | Line 76 typedef struct usal_ops { |
| 76 | #define SCGO_ISATAPI(usalp) (*(usalp)->ops->usalo_isatapi)(usalp) | #define SCGO_ISATAPI(usalp) (*(usalp)->ops->usalo_isatapi)(usalp) |
| 77 | #define SCGO_RESET(usalp, what) (*(usalp)->ops->usalo_reset)(usalp, what) | #define SCGO_RESET(usalp, what) (*(usalp)->ops->usalo_reset)(usalp, what) |
| 78 | ||
| 79 | extern int usal_fileno(SCSI *usalp, int busno, int tgt, int tlun); | |
| 80 | extern char * usal_natname(SCSI *usalp, int busno, int tgt, int tlun); | |
| 81 | #ifdef __cplusplus | #ifdef __cplusplus |
| 82 | } | } |
| 83 | #endif | #endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |