132517Sgibbs/*-
2143598Sscottl * Copyright (c) 2005 Scott Long
332517Sgibbs * All rights reserved.
432517Sgibbs *
532517Sgibbs * Redistribution and use in source and binary forms, with or without
632517Sgibbs * modification, are permitted provided that the following conditions
732517Sgibbs * are met:
832517Sgibbs * 1. Redistributions of source code must retain the above copyright
932517Sgibbs *    notice, this list of conditions and the following disclaimer.
1032517Sgibbs * 2. Redistributions in binary form must reproduce the above copyright
1132517Sgibbs *    notice, this list of conditions and the following disclaimer in the
1232517Sgibbs *    documentation and/or other materials provided with the distribution.
1332517Sgibbs *
1432517Sgibbs * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
1532517Sgibbs * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1632517Sgibbs * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1732517Sgibbs * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
1832517Sgibbs * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1932517Sgibbs * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2032517Sgibbs * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2132517Sgibbs * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2232517Sgibbs * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2332517Sgibbs * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2432517Sgibbs * POSSIBILITY OF SUCH DAMAGE.
2532517Sgibbs */
2632517Sgibbs
2750477Speter/* $FreeBSD: releng/10.3/sys/i386/include/bus_dma.h 143598 2005-03-14 16:46:28Z scottl $ */
2832517Sgibbs
2984593Snyan#ifndef _I386_BUS_DMA_H_
3084593Snyan#define _I386_BUS_DMA_H_
3132517Sgibbs
32143598Sscottl#include <sys/bus_dma.h>
3332517Sgibbs
3484593Snyan#endif /* _I386_BUS_DMA_H_ */
35