1 /* 1 2 * This file is dual-licensed: you can use it 3 * of the GPL or the X11 license, at your opti 4 * licensing only applies to this file, and no 5 * whole. 6 * 7 * a) This file is free software; you can red 8 * modify it under the terms of the GNU Ge 9 * published by the Free Software Foundati 10 * License, or (at your option) any later 11 * 12 * This file is distributed in the hope th 13 * but WITHOUT ANY WARRANTY; without even 14 * MERCHANTABILITY or FITNESS FOR A PARTIC 15 * GNU General Public License for more det 16 * 17 * Or, alternatively, 18 * 19 * b) Permission is hereby granted, free of c 20 * obtaining a copy of this software and a 21 * files (the "Software"), to deal in the 22 * restriction, including without limitati 23 * copy, modify, merge, publish, distribut 24 * sell copies of the Software, and to per 25 * Software is furnished to do so, subject 26 * conditions: 27 * 28 * The above copyright notice and this per 29 * included in all copies or substantial p 30 * 31 * THE SOFTWARE IS PROVIDED "AS IS", WITHO 32 * EXPRESS OR IMPLIED, INCLUDING BUT NOT L 33 * OF MERCHANTABILITY, FITNESS FOR A PARTI 34 * NONINFRINGEMENT. IN NO EVENT SHALL THE 35 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGE 36 * WHETHER IN AN ACTION OF CONTRACT, TORT 37 * FROM, OUT OF OR IN CONNECTION WITH THE 38 * OTHER DEALINGS IN THE SOFTWARE. 39 */ 40 41 #ifndef __DT_BINDINGS_DMA_AXI_DMAC_H__ 42 #define __DT_BINDINGS_DMA_AXI_DMAC_H__ 43 44 #define AXI_DMAC_BUS_TYPE_AXI_MM 45 #define AXI_DMAC_BUS_TYPE_AXI_STREAM 1 46 #define AXI_DMAC_BUS_TYPE_FIFO 47 48 #endif 49
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.