Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/libsaio/acpi.h

1#ifndef __LIBSAIO_ACPI_H
2#define __LIBSAIO_ACPI_H
3
4#include "acpi_tools.h"
5
6#define ACPI_RANGE_START (0x0E0000)
7#define ACPI_RANGE_END (0x0FFFFF)
8
9
10#define Unspecified 0
11#define Desktop 1
12#define Mobile 2
13#define Workstation 3
14#define EnterpriseServer 4
15#define SOHOServer 5
16#define AppliancePC 6
17#define PerformanceServer 7
18
19#define MaxSupportedPMProfile PerformanceServer // currently max profile supported
20#define PMProfileError MaxSupportedPMProfile + 1
21
22#endif /* !__LIBSAIO_ACPI_H */
23

Archive Download this file

Revision: 2006