11.3Sdyoung/* $NetBSD: grtwovar.h,v 1.3 2011/07/01 18:53:46 dyoung Exp $ */ 21.1Ssekiya 31.1Ssekiya/* 41.1Ssekiya * Copyright (c) 2004 Christopher SEKIYA 51.1Ssekiya * All rights reserved. 61.1Ssekiya * 71.1Ssekiya * Redistribution and use in source and binary forms, with or without 81.1Ssekiya * modification, are permitted provided that the following conditions 91.1Ssekiya * are met: 101.1Ssekiya * 1. Redistributions of source code must retain the above copyright 111.1Ssekiya * notice, this list of conditions and the following disclaimer. 121.1Ssekiya * 2. Redistributions in binary form must reproduce the above copyright 131.1Ssekiya * notice, this list of conditions and the following disclaimer in the 141.1Ssekiya * documentation and/or other materials provided with the distribution. 151.1Ssekiya * 3. The name of the author may not be used to endorse or promote products 161.1Ssekiya * derived from this software without specific prior written permission. 171.1Ssekiya * 181.1Ssekiya * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 191.1Ssekiya * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 201.1Ssekiya * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 211.1Ssekiya * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 221.1Ssekiya * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 231.1Ssekiya * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 241.1Ssekiya * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 251.1Ssekiya * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 261.1Ssekiya * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 271.1Ssekiya * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 281.1Ssekiya * 291.1Ssekiya * <<Id: LICENSE_GC,v 1.1 2001/10/01 23:24:05 cgd Exp>> 301.1Ssekiya */ 311.1Ssekiya 321.1Ssekiya#ifndef _ARCH_SGIMIPS_GIO_GRTWOVAR_H_ 331.1Ssekiya#define _ARCH_SGIMIPS_GIO_GRTWOVAR_H_ 341.1Ssekiya 351.3Sdyoung#include <sys/bus.h> 361.1Ssekiya 371.1Ssekiyaint grtwo_cnattach(struct gio_attach_args *); 381.1Ssekiya 391.1Ssekiya#endif 40