cpu_acpi.h (9aa01d98) cpu_acpi.h (aa2aa9a6)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 14 unchanged lines hidden (view full) ---

23 * Use is subject to license terms.
24 */
25
26#ifndef _CPU_ACPI_H
27#define _CPU_ACPI_H
28
29#include <sys/cpuvar.h>
30#include <sys/acpi/acpi.h>
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 14 unchanged lines hidden (view full) ---

23 * Use is subject to license terms.
24 */
25
26#ifndef _CPU_ACPI_H
27#define _CPU_ACPI_H
28
29#include <sys/cpuvar.h>
30#include <sys/acpi/acpi.h>
31#include <sys/acpi/accommon.h>
31#include <sys/acpi/acresrc.h>
32#include <sys/acpi/acresrc.h>
32#include <sys/acpi/acglobal.h>
33#include <sys/acpica.h>
34
35#ifdef __cplusplus
36extern "C" {
37#endif
38
39/*
40 * P-state related macros

--- 201 unchanged lines hidden ---
33#include <sys/acpica.h>
34
35#ifdef __cplusplus
36extern "C" {
37#endif
38
39/*
40 * P-state related macros

--- 201 unchanged lines hidden ---