/*1* This file is dual-licensed: you can use it either under the terms2* of the GPL or the X11 license, at your option. Note that this dual3* licensing only applies to this file, and not this project as a4* whole.5*6* a) This file is free software; you can redistribute it and/or7* modify it under the terms of the GNU General Public License as8* published by the Free Software Foundation; either version 2 of the9* License, or (at your option) any later version.10*11* This file is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14* GNU General Public License for more details.15*16* Or, alternatively,17*18* b) Permission is hereby granted, free of charge, to any person19* obtaining a copy of this software and associated documentation20* files (the "Software"), to deal in the Software without21* restriction, including without limitation the rights to use,22* copy, modify, merge, publish, distribute, sublicense, and/or23* sell copies of the Software, and to permit persons to whom the24* Software is furnished to do so, subject to the following25* conditions:26*27* The above copyright notice and this permission notice shall be28* included in all copies or substantial portions of the Software.29*30* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,31* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES32* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND33* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT34* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,35* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING36* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR37* OTHER DEALINGS IN THE SOFTWARE.38*/3940#ifndef __DT_BINDINGS_DMA_AXI_DMAC_H__41#define __DT_BINDINGS_DMA_AXI_DMAC_H__4243#define AXI_DMAC_BUS_TYPE_AXI_MM 044#define AXI_DMAC_BUS_TYPE_AXI_STREAM 145#define AXI_DMAC_BUS_TYPE_FIFO 24647#endif484950