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/apmevent.cpp

    r468 r572  
    44#include <vidvci.h>
    55#include <dos.h>
    6 #include "APM.H"                     /* "m2_api.h" included here   */
     6#include "apm.h"                     /* "m2_api.h" included here   */
    77#include <devhelp.h>
    88#include <i86.h>
     
    1717#endif
    1818
     19char APMDD_Name[] = "APM$    ";          /* Advanced Power Management  */
     20                                         /* device driver name         */
     21                                         /*                            */
     22IDC_TABLE APMDD_Table;                   /* Advanced Power Management  */
     23ULONG APM_IDC_Entry;                     /* device driver IDC table.   */
     24USHORT APM_DS_Reg;                       /*                            */
     25USHORT APM_Enabled = 0;                  /* Set to 1 if APM is enabled */
     26ULONG  APM_Reg_add;                      /*                            */
     27USHORT APM_State = APM_STATE_READY;      /* Current Power state        */
     28USHORT Suspend_In_Progress;
     29USHORT Resume_In_Progress;
     30USHORT DD_ds;
     31APM_REG_REQ APM_Reg_Req;
     32void far *APM_Reg_Add;
    1933int fAPMSuspend = FALSE;
    2034
Note: See TracChangeset for help on using the changeset viewer.