14b3651bdSmh27603 /* 24b3651bdSmh27603 * CDDL HEADER START 34b3651bdSmh27603 * 44b3651bdSmh27603 * The contents of this file are subject to the terms of the 54b3651bdSmh27603 * Common Development and Distribution License (the "License"). 64b3651bdSmh27603 * You may not use this file except in compliance with the License. 74b3651bdSmh27603 * 84b3651bdSmh27603 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94b3651bdSmh27603 * or http://www.opensolaris.org/os/licensing. 104b3651bdSmh27603 * See the License for the specific language governing permissions 114b3651bdSmh27603 * and limitations under the License. 124b3651bdSmh27603 * 134b3651bdSmh27603 * When distributing Covered Code, include this CDDL HEADER in each 144b3651bdSmh27603 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154b3651bdSmh27603 * If applicable, add the following below this CDDL HEADER, with the 164b3651bdSmh27603 * fields enclosed by brackets "[]" replaced with your own identifying 174b3651bdSmh27603 * information: Portions Copyright [yyyy] [name of copyright owner] 184b3651bdSmh27603 * 194b3651bdSmh27603 * CDDL HEADER END 204b3651bdSmh27603 */ 214b3651bdSmh27603 /* 22*0e751525SEric Saxe * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 234b3651bdSmh27603 * Use is subject to license terms. 244b3651bdSmh27603 */ 254b3651bdSmh27603 264b3651bdSmh27603 #ifndef _PWRNOW_H 274b3651bdSmh27603 #define _PWRNOW_H 284b3651bdSmh27603 29*0e751525SEric Saxe #include <sys/cpupm.h> 304b3651bdSmh27603 314b3651bdSmh27603 #ifdef __cplusplus 324b3651bdSmh27603 extern "C" { 334b3651bdSmh27603 #endif 344b3651bdSmh27603 35*0e751525SEric Saxe extern boolean_t pwrnow_supported(); 367f606aceSMark Haywood 37*0e751525SEric Saxe extern cpupm_state_ops_t pwrnow_ops; 384b3651bdSmh27603 394b3651bdSmh27603 #ifdef __cplusplus 404b3651bdSmh27603 } 414b3651bdSmh27603 #endif 424b3651bdSmh27603 434b3651bdSmh27603 #endif /* _PWRNOW_H */ 44