Changeset 572 for OCO/trunk/drv16/apm.h


Ignore:
Timestamp:
Nov 30, 2012, 12:11:17 AM (13 years ago)
Author:
David Azarewicz
Message:

fixed a build issue, added acpi s/r support

Location:
OCO/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk

  • OCO/trunk/drv16/apm.h

    r33 r572  
    3131extern "C" void far *APM_Reg_Add;
    3232
    33 char APMDD_Name[] = "APM$    ";          /* Advanced Power Management  */
    34                                          /* device driver name         */
    35                                          /*                            */
    36 IDC_TABLE APMDD_Table;                   /* Advanced Power Management  */
    37 ULONG APM_IDC_Entry;                     /* device driver IDC table.   */
    38 USHORT APM_DS_Reg;                       /*                            */
    39 USHORT APM_Enabled = 0;                  /* Set to 1 if APM is enabled */
    40 ULONG  APM_Reg_add;                      /*                            */
    41 USHORT APM_State = APM_STATE_READY;      /* Current Power state        */
    42 void far *APM_Reg_Add;
    43 
    44 USHORT Suspend_In_Progress;
    45 USHORT Resume_In_Progress;
    46 USHORT DD_ds;
    4733extern IDC_TABLE APMDD_Table;
    4834/* extern USHORT APM_DS_Reg; */
     
    5844} APM_REG_REQ;
    5945
    60 APM_REG_REQ APM_Reg_Req;
    6146typedef struct
    6247{
Note: See TracChangeset for help on using the changeset viewer.