xref: /openbsd/sys/arch/alpha/tc/tc_dma_3000_300.h (revision d874cce4)
1*d874cce4Sray /* $OpenBSD: tc_dma_3000_300.h,v 1.2 2008/06/26 05:42:09 ray Exp $ */
2aa76beb5Smiod /* $NetBSD: tc_dma_3000_300.h,v 1.2 1997/06/07 00:02:17 thorpej Exp $ */
3aa76beb5Smiod 
4aa76beb5Smiod /*-
5aa76beb5Smiod  * Copyright (c) 1997 The NetBSD Foundation, Inc.
6aa76beb5Smiod  * All rights reserved.
7aa76beb5Smiod  *
8aa76beb5Smiod  * This code is derived from software contributed to The NetBSD Foundation
9aa76beb5Smiod  * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
10aa76beb5Smiod  * NASA Ames Research Center.
11aa76beb5Smiod  *
12aa76beb5Smiod  * Redistribution and use in source and binary forms, with or without
13aa76beb5Smiod  * modification, are permitted provided that the following conditions
14aa76beb5Smiod  * are met:
15aa76beb5Smiod  * 1. Redistributions of source code must retain the above copyright
16aa76beb5Smiod  *    notice, this list of conditions and the following disclaimer.
17aa76beb5Smiod  * 2. Redistributions in binary form must reproduce the above copyright
18aa76beb5Smiod  *    notice, this list of conditions and the following disclaimer in the
19aa76beb5Smiod  *    documentation and/or other materials provided with the distribution.
20aa76beb5Smiod  *
21aa76beb5Smiod  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
22aa76beb5Smiod  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23aa76beb5Smiod  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24aa76beb5Smiod  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
25aa76beb5Smiod  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26aa76beb5Smiod  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27aa76beb5Smiod  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28aa76beb5Smiod  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29aa76beb5Smiod  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30aa76beb5Smiod  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31aa76beb5Smiod  * POSSIBILITY OF SUCH DAMAGE.
32aa76beb5Smiod  */
33aa76beb5Smiod 
34aa76beb5Smiod bus_dma_tag_t	tc_dma_get_tag_3000_300(int);
35