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