Just resynching

date	2000.11.01.21.46.00;	author cgreen;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:09:07 +00:00
parent 9ce6671597
commit 92ec067e4d

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actbl2.h - ACPI Specification Revision 2.0 Tables
* $Revision: 1.15 $
* $Revision: 1.16 $
*
*****************************************************************************/
@ -117,6 +117,18 @@
#ifndef __ACTBL2_H__
#define __ACTBL2_H__
/**************************************/
/* Prefered Power Management Profiles */
/**************************************/
#define PM_UNSPECIFIED 0
#define PM_DESKTOP 1
#define PM_MOBILE 2
#define PM_WORKSTATION 3
#define PM_ENTERPRISE_SERVER 4
#define PM_SOHO_SERVER 5
#define PM_APPLIANCE_PC 6
#pragma pack(1)
/*************************************/