25cf1a301a396c38e8adf52c15f537b80d2483f7jl/*
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * CDDL HEADER START
25cf1a301a396c38e8adf52c15f537b80d2483f7jl *
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * The contents of this file are subject to the terms of the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * Common Development and Distribution License (the "License").
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * You may not use this file except in compliance with the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl *
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * or http://www.opensolaris.org/os/licensing.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * See the License for the specific language governing permissions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl *
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * When distributing Covered Code, include this CDDL HEADER in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * If applicable, add the following below this CDDL HEADER, with the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * fields enclosed by brackets "[]" replaced with your own identifying
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * information: Portions Copyright [yyyy] [name of copyright owner]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl *
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * CDDL HEADER END
25cf1a301a396c38e8adf52c15f537b80d2483f7jl */
25cf1a301a396c38e8adf52c15f537b80d2483f7jl/*
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl * Use is subject to license terms.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl */
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#ifndef _SYS_PCMU_TYPES_H
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#define _SYS_PCMU_TYPES_H
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#pragma ident "%Z%%M% %I% %E% SMI"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#ifdef __cplusplus
25cf1a301a396c38e8adf52c15f537b80d2483f7jlextern "C" {
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#endif
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcicmu pcmu_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_cb pcmu_cb_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_ib pcmu_ib_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_pbm pcmu_pbm_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef uint16_t pcmu_ign_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_errstate pcmu_errstate_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_ecc_errstate pcmu_ecc_errstate_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_pbm_errstate pcmu_pbm_errstate_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_cb_errstate pcmu_cb_errstate_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_bus_range pcmu_bus_range_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_ranges pcmu_ranges_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef enum pcmu_cb_nintr_index pcmu_cb_nintr_index_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_ecc pcmu_ecc_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jltypedef struct pcmu_ecc_intr_info pcmu_ecc_intr_info_t;
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#ifdef __cplusplus
25cf1a301a396c38e8adf52c15f537b80d2483f7jl}
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#endif
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#endif /* _SYS_PCMU_TYPES_H */