xref: /freebsd/sys/i386/include/bus_dma.h (revision 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f)
1e1a1bba4SJustin T. Gibbs /*-
2*4d846d26SWarner Losh  * SPDX-License-Identifier: BSD-2-Clause
383ef78beSPedro F. Giffuni  *
45974e5c7SScott Long  * Copyright (c) 2005 Scott Long
5e1a1bba4SJustin T. Gibbs  * All rights reserved.
6e1a1bba4SJustin T. Gibbs  *
7e1a1bba4SJustin T. Gibbs  * Redistribution and use in source and binary forms, with or without
8e1a1bba4SJustin T. Gibbs  * modification, are permitted provided that the following conditions
9e1a1bba4SJustin T. Gibbs  * are met:
10e1a1bba4SJustin T. Gibbs  * 1. Redistributions of source code must retain the above copyright
11e1a1bba4SJustin T. Gibbs  *    notice, this list of conditions and the following disclaimer.
12e1a1bba4SJustin T. Gibbs  * 2. Redistributions in binary form must reproduce the above copyright
13e1a1bba4SJustin T. Gibbs  *    notice, this list of conditions and the following disclaimer in the
14e1a1bba4SJustin T. Gibbs  *    documentation and/or other materials provided with the distribution.
15e1a1bba4SJustin T. Gibbs  *
16e1a1bba4SJustin T. Gibbs  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
17e1a1bba4SJustin T. Gibbs  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
18e1a1bba4SJustin T. Gibbs  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19e1a1bba4SJustin T. Gibbs  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
20e1a1bba4SJustin T. Gibbs  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21e1a1bba4SJustin T. Gibbs  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22e1a1bba4SJustin T. Gibbs  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23e1a1bba4SJustin T. Gibbs  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24e1a1bba4SJustin T. Gibbs  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25e1a1bba4SJustin T. Gibbs  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26e1a1bba4SJustin T. Gibbs  * POSSIBILITY OF SUCH DAMAGE.
27e1a1bba4SJustin T. Gibbs  */
28e1a1bba4SJustin T. Gibbs 
29e1a1bba4SJustin T. Gibbs 
3031b2da2bSYoshihiro Takahashi #ifndef _I386_BUS_DMA_H_
3131b2da2bSYoshihiro Takahashi #define _I386_BUS_DMA_H_
32f0ba8e21SMike Smith 
33eb36b1d0SJason A. Harmening #include <x86/bus_dma.h>
34e1a1bba4SJustin T. Gibbs 
3531b2da2bSYoshihiro Takahashi #endif /* _I386_BUS_DMA_H_ */
36