Home | History | Annotate | Line # | Download | only in ic
      1  1.4  christos /*	$NetBSD: fmvvar.h,v 1.4 2005/12/11 12:21:26 christos Exp $	*/
      2  1.1   tsutsui 
      3  1.1   tsutsui /*
      4  1.1   tsutsui  * All Rights Reserved, Copyright (C) Fujitsu Limited 1995
      5  1.1   tsutsui  *
      6  1.1   tsutsui  * This software may be used, modified, copied, distributed, and sold, in
      7  1.1   tsutsui  * both source and binary form provided that the above copyright, these
      8  1.1   tsutsui  * terms and the following disclaimer are retained.  The name of the author
      9  1.1   tsutsui  * and/or the contributor may not be used to endorse or promote products
     10  1.1   tsutsui  * derived from this software without specific prior written permission.
     11  1.1   tsutsui  *
     12  1.1   tsutsui  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND THE CONTRIBUTOR ``AS IS'' AND
     13  1.1   tsutsui  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     14  1.1   tsutsui  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     15  1.1   tsutsui  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR THE CONTRIBUTOR BE LIABLE
     16  1.1   tsutsui  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     17  1.1   tsutsui  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     18  1.1   tsutsui  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION.
     19  1.1   tsutsui  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     20  1.1   tsutsui  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     21  1.1   tsutsui  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     22  1.1   tsutsui  * SUCH DAMAGE.
     23  1.1   tsutsui  */
     24  1.1   tsutsui 
     25  1.1   tsutsui /*
     26  1.1   tsutsui  * Portions copyright (C) 1993, David Greenman.  This software may be used,
     27  1.1   tsutsui  * modified, copied, distributed, and sold, in both source and binary form
     28  1.1   tsutsui  * provided that the above copyright and these terms are retained.  Under no
     29  1.1   tsutsui  * circumstances is the author responsible for the proper functioning of this
     30  1.1   tsutsui  * software, nor does the author assume any responsibility for damages
     31  1.1   tsutsui  * incurred with its use.
     32  1.1   tsutsui  */
     33  1.1   tsutsui 
     34  1.3   tsutsui int fmv_detect(bus_space_tag_t, bus_space_handle_t, uint8_t *);
     35  1.2   tsutsui void fmv_attach(struct mb86960_softc *);
     36