1209513Simp/*-
2209513Simp * Copyright (c) 2005 Scott Long
3209552Simp * All rights reserved.
4209513Simp *
5209513Simp * Redistribution and use in source and binary forms, with or without
6209513Simp * modification, are permitted provided that the following conditions
7209513Simp * are met:
8209513Simp * 1. Redistributions of source code must retain the above copyright
9209513Simp *    notice, this list of conditions and the following disclaimer.
10209513Simp * 2. Redistributions in binary form must reproduce the above copyright
11209513Simp *    notice, this list of conditions and the following disclaimer in the
12209513Simp *    documentation and/or other materials provided with the distribution.
13209513Simp *
14209513Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15209513Simp * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16209513Simp * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17209513Simp * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18209513Simp * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19209513Simp * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20209513Simp * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21209513Simp * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22209513Simp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23209513Simp * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24209513Simp * SUCH DAMAGE.
25209513Simp *
26209513Simp * $FreeBSD$
27209513Simp */
28209513Simp
29214060Semaste#ifndef _MIPS_BUS_DMA_H_
30214060Semaste#define _MIPS_BUS_DMA_H_
31214060Semaste
32214060Semaste#include <sys/bus_dma.h>
33209513Simp
34209513Simp#endif /* _MIPS_BUS_DMA_H_ */
35