/*1* Copyright 2014 Maxime Ripard2*3* Maxime Ripard <[email protected]>4*5* This file is dual-licensed: you can use it either under the terms6* of the GPL or the X11 license, at your option. Note that this dual7* licensing only applies to this file, and not this project as a8* whole.9*10* a) This file is free software; you can redistribute it and/or11* modify it under the terms of the GNU General Public License as12* published by the Free Software Foundation; either version 2 of the13* License, or (at your option) any later version.14*15* This file is distributed in the hope that it will be useful,16* but WITHOUT ANY WARRANTY; without even the implied warranty of17* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the18* GNU General Public License for more details.19*20* You should have received a copy of the GNU General Public21* License along with this file; if not, write to the Free22* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,23* MA 02110-1301 USA24*25* Or, alternatively,26*27* b) Permission is hereby granted, free of charge, to any person28* obtaining a copy of this software and associated documentation29* files (the "Software"), to deal in the Software without30* restriction, including without limitation the rights to use,31* copy, modify, merge, publish, distribute, sublicense, and/or32* sell copies of the Software, and to permit persons to whom the33* Software is furnished to do so, subject to the following34* conditions:35*36* The above copyright notice and this permission notice shall be37* included in all copies or substantial portions of the Software.38*39* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,40* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES41* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND42* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT43* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,44* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING45* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR46* OTHER DEALINGS IN THE SOFTWARE.47*/4849#ifndef __DT_BINDINGS_DMA_SUN4I_A10_H_50#define __DT_BINDINGS_DMA_SUN4I_A10_H_5152#define SUN4I_DMA_NORMAL 053#define SUN4I_DMA_DEDICATED 15455#endif /* __DT_BINDINGS_DMA_SUN4I_A10_H_ */565758