53391baf4e45c693cf123555e9617b5e1e0b641aeota/*
53391baf4e45c693cf123555e9617b5e1e0b641aeota * CDDL HEADER START
53391baf4e45c693cf123555e9617b5e1e0b641aeota *
53391baf4e45c693cf123555e9617b5e1e0b641aeota * The contents of this file are subject to the terms of the
53391baf4e45c693cf123555e9617b5e1e0b641aeota * Common Development and Distribution License, Version 1.0 only
53391baf4e45c693cf123555e9617b5e1e0b641aeota * (the "License"). You may not use this file except in compliance
53391baf4e45c693cf123555e9617b5e1e0b641aeota * with the License.
53391baf4e45c693cf123555e9617b5e1e0b641aeota *
53391baf4e45c693cf123555e9617b5e1e0b641aeota * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
53391baf4e45c693cf123555e9617b5e1e0b641aeota * or http://www.opensolaris.org/os/licensing.
53391baf4e45c693cf123555e9617b5e1e0b641aeota * See the License for the specific language governing permissions
53391baf4e45c693cf123555e9617b5e1e0b641aeota * and limitations under the License.
53391baf4e45c693cf123555e9617b5e1e0b641aeota *
53391baf4e45c693cf123555e9617b5e1e0b641aeota * When distributing Covered Code, include this CDDL HEADER in each
53391baf4e45c693cf123555e9617b5e1e0b641aeota * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
53391baf4e45c693cf123555e9617b5e1e0b641aeota * If applicable, add the following below this CDDL HEADER, with the
53391baf4e45c693cf123555e9617b5e1e0b641aeota * fields enclosed by brackets "[]" replaced with your own identifying
53391baf4e45c693cf123555e9617b5e1e0b641aeota * information: Portions Copyright [yyyy] [name of copyright owner]
53391baf4e45c693cf123555e9617b5e1e0b641aeota *
53391baf4e45c693cf123555e9617b5e1e0b641aeota * CDDL HEADER END
53391baf4e45c693cf123555e9617b5e1e0b641aeota */
53391baf4e45c693cf123555e9617b5e1e0b641aeota/*
53391baf4e45c693cf123555e9617b5e1e0b641aeota * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
53391baf4e45c693cf123555e9617b5e1e0b641aeota * Use is subject to license terms.
53391baf4e45c693cf123555e9617b5e1e0b641aeota */
53391baf4e45c693cf123555e9617b5e1e0b641aeota
53391baf4e45c693cf123555e9617b5e1e0b641aeota#ifndef _UTIL_H
53391baf4e45c693cf123555e9617b5e1e0b641aeota#define _UTIL_H
53391baf4e45c693cf123555e9617b5e1e0b641aeota
53391baf4e45c693cf123555e9617b5e1e0b641aeota#pragma ident "%Z%%M% %I% %E% SMI"
53391baf4e45c693cf123555e9617b5e1e0b641aeota
53391baf4e45c693cf123555e9617b5e1e0b641aeota#include "asm/sunddi.h"
53391baf4e45c693cf123555e9617b5e1e0b641aeota
53391baf4e45c693cf123555e9617b5e1e0b641aeota#endif /* _UTIL_H */