Ignore:
Timestamp:
Apr 3, 2013, 11:13:13 PM (12 years ago)
Author:
David Azarewicz
Message:

Makefile updates
Debug output improvements
Support for ACPI suspend/resume added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.h

    r150 r153  
    404404extern USHORT  char_dev_input         (RP_RWV _far *rwrb);
    405405extern USHORT  exit_drv               (int func);
     406extern USHORT  sr_drv                 (int func);
    406407extern void _cdecl _far _loadds add_entry    (IORBH _far *iorb);
    407408extern void    trigger_engine         (void);
     
    557558extern u16           ad_ignore;     /* bitmap with adapters to be ignored */
    558559extern int           init_complete; /* if != 0, initialization has completed */
     560extern int           suspended;     /* indicates if the driver is suspended */
    559561
    560562extern u16           com_base;      /* debug COM port base address */
Note: See TracChangeset for help on using the changeset viewer.