150823Smdodd/*-
250823Smdodd * Copyright (c) 1999 Matthew N. Dodd <winter@jurai.net>
350823Smdodd * All rights reserved.
450823Smdodd *
550823Smdodd * Redistribution and use in source and binary forms, with or without
650823Smdodd * modification, are permitted provided that the following conditions
750823Smdodd * are met:
850823Smdodd * 1. Redistributions of source code must retain the above copyright
950823Smdodd *    notice, this list of conditions and the following disclaimer.
1050823Smdodd * 2. Redistributions in binary form must reproduce the above copyright
1150823Smdodd *    notice, this list of conditions and the following disclaimer in the
1250823Smdodd *    documentation and/or other materials provided with the distribution.
1350823Smdodd *
1450823Smdodd * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1550823Smdodd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1650823Smdodd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1750823Smdodd * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1850823Smdodd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1950823Smdodd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2050823Smdodd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2150823Smdodd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2250823Smdodd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2350823Smdodd * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2450823Smdodd * SUCH DAMAGE.
2550823Smdodd *
2650823Smdodd * $FreeBSD$
2750823Smdodd */
2850823Smdodd
2950823Smdoddextern int	MCA_system;
3050823Smdodd
3150823Smdoddextern int	mca_bus_nmi		(void);
32