px_lib.h (f9721e07) px_lib.h (b65731f1)
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, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

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

15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
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, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

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

15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
23 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _SYS_PX_LIB_H
28#define _SYS_PX_LIB_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

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

205 uint32_t val);
206
207/*
208 * CPR callback
209 */
210extern void px_cpr_add_callb(px_t *);
211extern void px_cpr_rem_callb(px_t *);
212
24 * Use is subject to license terms.
25 */
26
27#ifndef _SYS_PX_LIB_H
28#define _SYS_PX_LIB_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

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

205 uint32_t val);
206
207/*
208 * CPR callback
209 */
210extern void px_cpr_add_callb(px_t *);
211extern void px_cpr_rem_callb(px_t *);
212
213/*
214 * Hotplug functions
215 */
216extern int px_lib_hotplug_init(dev_info_t *dip, void *regops);
217extern void px_lib_hotplug_uninit(dev_info_t *dip);
218
213#ifdef __cplusplus
214}
215#endif
216
217#endif /* _SYS_PX_LIB_H */
219#ifdef __cplusplus
220}
221#endif
222
223#endif /* _SYS_PX_LIB_H */