![]() |
|
|||
0001 /* 0002 * This file is dual-licensed: you can use it either under the terms 0003 * of the GPL or the X11 license, at your option. Note that this dual 0004 * licensing only applies to this file, and not this project as a 0005 * whole. 0006 * 0007 * a) This file is free software; you can redistribute it and/or 0008 * modify it under the terms of the GNU General Public License as 0009 * published by the Free Software Foundation; either version 2 of the 0010 * License, or (at your option) any later version. 0011 * 0012 * This file is distributed in the hope that it will be useful, 0013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0015 * GNU General Public License for more details. 0016 * 0017 * Or, alternatively, 0018 * 0019 * b) Permission is hereby granted, free of charge, to any person 0020 * obtaining a copy of this software and associated documentation 0021 * files (the "Software"), to deal in the Software without 0022 * restriction, including without limitation the rights to use, 0023 * copy, modify, merge, publish, distribute, sublicense, and/or 0024 * sell copies of the Software, and to permit persons to whom the 0025 * Software is furnished to do so, subject to the following 0026 * conditions: 0027 * 0028 * The above copyright notice and this permission notice shall be 0029 * included in all copies or substantial portions of the Software. 0030 * 0031 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 0032 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 0033 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 0034 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 0035 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 0036 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 0037 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 0038 * OTHER DEALINGS IN THE SOFTWARE. 0039 */ 0040 0041 #ifndef __DT_BINDINGS_DMA_AXI_DMAC_H__ 0042 #define __DT_BINDINGS_DMA_AXI_DMAC_H__ 0043 0044 #define AXI_DMAC_BUS_TYPE_AXI_MM 0 0045 #define AXI_DMAC_BUS_TYPE_AXI_STREAM 1 0046 #define AXI_DMAC_BUS_TYPE_FIFO 2 0047 0048 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |