com_vripvar.h revision 1.1
11.1Stakemura/*	$NetBSD: com_vripvar.h,v 1.1 1999/09/16 12:23:32 takemura Exp $	*/
21.1Stakemura
31.1Stakemura/*-
41.1Stakemura * Copyright (c) 1999 SASAKI Takesi. All rights reserved.
51.1Stakemura * Copyright (c) 1999 PocketBSD Project. All rights reserved.
61.1Stakemura *
71.1Stakemura * Redistribution and use in source and binary forms, with or without
81.1Stakemura * modification, are permitted provided that the following conditions
91.1Stakemura * are met:
101.1Stakemura * 1. Redistributions of source code must retain the above copyright
111.1Stakemura *    notice, this list of conditions and the following disclaimer.
121.1Stakemura * 2. Redistributions in binary form must reproduce the above copyright
131.1Stakemura *    notice, this list of conditions and the following disclaimer in the
141.1Stakemura *    documentation and/or other materials provided with the distribution.
151.1Stakemura * 3. All advertising materials mentioning features or use of this software
161.1Stakemura *    must display the following acknowledgement:
171.1Stakemura *	This product includes software developed by the PocketBSD project
181.1Stakemura *	and its contributors.
191.1Stakemura * 4. Neither the name of the project nor the names of its contributors
201.1Stakemura *    may be used to endorse or promote products derived from this software
211.1Stakemura *    without specific prior written permission.
221.1Stakemura *
231.1Stakemura * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
241.1Stakemura * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
251.1Stakemura * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
261.1Stakemura * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
271.1Stakemura * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
281.1Stakemura * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
291.1Stakemura * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
301.1Stakemura * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
311.1Stakemura * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
321.1Stakemura * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
331.1Stakemura * SUCH DAMAGE.
341.1Stakemura *
351.1Stakemura */
361.1Stakemura
371.1Stakemuraint com_vrip_cnattach __P((bus_space_tag_t, int, int, int, tcflag_t));
38