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