1*53391bafSeota /*
2*53391bafSeota  * CDDL HEADER START
3*53391bafSeota  *
4*53391bafSeota  * The contents of this file are subject to the terms of the
5*53391bafSeota  * Common Development and Distribution License, Version 1.0 only
6*53391bafSeota  * (the "License").  You may not use this file except in compliance
7*53391bafSeota  * with the License.
8*53391bafSeota  *
9*53391bafSeota  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*53391bafSeota  * or http://www.opensolaris.org/os/licensing.
11*53391bafSeota  * See the License for the specific language governing permissions
12*53391bafSeota  * and limitations under the License.
13*53391bafSeota  *
14*53391bafSeota  * When distributing Covered Code, include this CDDL HEADER in each
15*53391bafSeota  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*53391bafSeota  * If applicable, add the following below this CDDL HEADER, with the
17*53391bafSeota  * fields enclosed by brackets "[]" replaced with your own identifying
18*53391bafSeota  * information: Portions Copyright [yyyy] [name of copyright owner]
19*53391bafSeota  *
20*53391bafSeota  * CDDL HEADER END
21*53391bafSeota  */
22*53391bafSeota /*
23*53391bafSeota  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24*53391bafSeota  * Use is subject to license terms.
25*53391bafSeota  */
26*53391bafSeota 
27*53391bafSeota #ifndef	_UTIL_H
28*53391bafSeota #define	_UTIL_H
29*53391bafSeota 
30*53391bafSeota #pragma ident	"%Z%%M%	%I%	%E% SMI"
31*53391bafSeota 
32*53391bafSeota #include "asm/sunddi.h"
33*53391bafSeota 
34*53391bafSeota #endif	/* _UTIL_H */
35