Changeset 80 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Mar 1, 2011, 10:10:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r77 r80 383 383 extern void unlock_adapter (AD_INFO *ai); 384 384 extern void _cdecl _far timeout_callback (ULONG timer_handle, ULONG p1, ULONG p2); 385 extern void _cdecl _far reset_watchdog (ULONG timer_handle, ULONG p1, ULONG p2); 385 386 386 387 /* ahci.c */ … … 499 500 /* port reset context hook and input data */ 500 501 extern ULONG reset_ctxhook_h; 502 extern ULONG th_reset_watchdog; 501 503 extern volatile u32 ports_to_reset[MAX_AD]; 502 504 extern IORB_QUEUE abort_queue; … … 507 509 /* apapter/port-specific options saved when parsing the command line */ 508 510 extern u8 emulate_scsi[MAX_AD][AHCI_MAX_PORTS]; 509 extern u8 disable_ncq[MAX_AD][AHCI_MAX_PORTS];511 extern u8 enable_ncq[MAX_AD][AHCI_MAX_PORTS]; 510 512 extern u8 link_speed[MAX_AD][AHCI_MAX_PORTS]; 511 513 extern u8 link_power[MAX_AD][AHCI_MAX_PORTS];
Note:
See TracChangeset
for help on using the changeset viewer.