Changeset 572 for OCO/trunk/drv16/apm.h
- Timestamp:
- Nov 30, 2012, 12:11:17 AM (13 years ago)
- Location:
- OCO/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/OCO/branches/DAZ 511-525
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
OCO/trunk/drv16/apm.h
r33 r572 31 31 extern "C" void far *APM_Reg_Add; 32 32 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;47 33 extern IDC_TABLE APMDD_Table; 48 34 /* extern USHORT APM_DS_Reg; */ … … 58 44 } APM_REG_REQ; 59 45 60 APM_REG_REQ APM_Reg_Req;61 46 typedef struct 62 47 {
Note:
See TracChangeset
for help on using the changeset viewer.