xref: /netbsd-src/sys/arch/cobalt/dev/com_mainbusvar.h (revision 95e1ffb15694e54f29f8baaa4232152b703c2a5a)
1*95e1ffb1Schristos /*	$NetBSD: com_mainbusvar.h,v 1.2 2005/12/11 12:17:06 christos Exp $	*/
24c0e18d6Stsutsui 
34c0e18d6Stsutsui /*
44c0e18d6Stsutsui  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
54c0e18d6Stsutsui  *
64c0e18d6Stsutsui  * Redistribution and use in source and binary forms, with or without
74c0e18d6Stsutsui  * modification, are permitted provided that the following conditions
84c0e18d6Stsutsui  * are met:
94c0e18d6Stsutsui  * 1. Redistributions of source code must retain the above copyright
104c0e18d6Stsutsui  *    notice, this list of conditions, and the following disclaimer.
114c0e18d6Stsutsui  * 2. Redistributions in binary form must reproduce the above copyright
124c0e18d6Stsutsui  *    notice, this list of conditions and the following disclaimer in the
134c0e18d6Stsutsui  *    documentation and/or other materials provided with the distribution.
144c0e18d6Stsutsui  *
154c0e18d6Stsutsui  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
164c0e18d6Stsutsui  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
174c0e18d6Stsutsui  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
184c0e18d6Stsutsui  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
194c0e18d6Stsutsui  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
204c0e18d6Stsutsui  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
214c0e18d6Stsutsui  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
224c0e18d6Stsutsui  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
234c0e18d6Stsutsui  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
244c0e18d6Stsutsui  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
254c0e18d6Stsutsui  * SUCH DAMAGE.
264c0e18d6Stsutsui  */
274c0e18d6Stsutsui 
284c0e18d6Stsutsui #include <dev/cons.h>
294c0e18d6Stsutsui 
304c0e18d6Stsutsui dev_type_cnprobe(com_mainbus_cnprobe);
314c0e18d6Stsutsui dev_type_cninit(com_mainbus_cninit);
32