mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Just resynching
date 2000.11.01.21.46.00; author cgreen; state Exp;
This commit is contained in:
parent
9ce6671597
commit
92ec067e4d
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Name: actbl2.h - ACPI Specification Revision 2.0 Tables
|
* Name: actbl2.h - ACPI Specification Revision 2.0 Tables
|
||||||
* $Revision: 1.15 $
|
* $Revision: 1.16 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -117,6 +117,18 @@
|
|||||||
#ifndef __ACTBL2_H__
|
#ifndef __ACTBL2_H__
|
||||||
#define __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)
|
#pragma pack(1)
|
||||||
|
|
||||||
/*************************************/
|
/*************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user