Deleted Added
full compact
4c4
< * $Revision: 191 $
---
> * $Revision: 193 $
12c12
< * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
---
> * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
254c254
< const char *AcpiGbl_DbSleepStates[ACPI_S_STATE_COUNT] = {
---
> const char *AcpiGbl_SleepStateNames[ACPI_S_STATE_COUNT] = {
261a262,266
> const char *AcpiGbl_HighestDstateNames[4] = {
> "_S1D",
> "_S2D",
> "_S3D",
> "_S4D"};