11f9f6a78SMaxime Ripard /*
21f9f6a78SMaxime Ripard  * Copyright 2014 Maxime Ripard
31f9f6a78SMaxime Ripard  *
41f9f6a78SMaxime Ripard  * Maxime Ripard <maxime.ripard@free-electrons.com>
51f9f6a78SMaxime Ripard  *
61f9f6a78SMaxime Ripard  * This file is dual-licensed: you can use it either under the terms
71f9f6a78SMaxime Ripard  * of the GPL or the X11 license, at your option. Note that this dual
81f9f6a78SMaxime Ripard  * licensing only applies to this file, and not this project as a
91f9f6a78SMaxime Ripard  * whole.
101f9f6a78SMaxime Ripard  *
111f9f6a78SMaxime Ripard  *  a) This file is free software; you can redistribute it and/or
121f9f6a78SMaxime Ripard  *     modify it under the terms of the GNU General Public License as
131f9f6a78SMaxime Ripard  *     published by the Free Software Foundation; either version 2 of the
141f9f6a78SMaxime Ripard  *     License, or (at your option) any later version.
151f9f6a78SMaxime Ripard  *
161f9f6a78SMaxime Ripard  *     This file is distributed in the hope that it will be useful,
171f9f6a78SMaxime Ripard  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
181f9f6a78SMaxime Ripard  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
191f9f6a78SMaxime Ripard  *     GNU General Public License for more details.
201f9f6a78SMaxime Ripard  *
211f9f6a78SMaxime Ripard  *     You should have received a copy of the GNU General Public
221f9f6a78SMaxime Ripard  *     License along with this file; if not, write to the Free
231f9f6a78SMaxime Ripard  *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
241f9f6a78SMaxime Ripard  *     MA 02110-1301 USA
251f9f6a78SMaxime Ripard  *
261f9f6a78SMaxime Ripard  * Or, alternatively,
271f9f6a78SMaxime Ripard  *
281f9f6a78SMaxime Ripard  *  b) Permission is hereby granted, free of charge, to any person
291f9f6a78SMaxime Ripard  *     obtaining a copy of this software and associated documentation
301f9f6a78SMaxime Ripard  *     files (the "Software"), to deal in the Software without
311f9f6a78SMaxime Ripard  *     restriction, including without limitation the rights to use,
321f9f6a78SMaxime Ripard  *     copy, modify, merge, publish, distribute, sublicense, and/or
331f9f6a78SMaxime Ripard  *     sell copies of the Software, and to permit persons to whom the
341f9f6a78SMaxime Ripard  *     Software is furnished to do so, subject to the following
351f9f6a78SMaxime Ripard  *     conditions:
361f9f6a78SMaxime Ripard  *
371f9f6a78SMaxime Ripard  *     The above copyright notice and this permission notice shall be
381f9f6a78SMaxime Ripard  *     included in all copies or substantial portions of the Software.
391f9f6a78SMaxime Ripard  *
401f9f6a78SMaxime Ripard  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
411f9f6a78SMaxime Ripard  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
421f9f6a78SMaxime Ripard  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
431f9f6a78SMaxime Ripard  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
441f9f6a78SMaxime Ripard  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
451f9f6a78SMaxime Ripard  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
461f9f6a78SMaxime Ripard  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
471f9f6a78SMaxime Ripard  *     OTHER DEALINGS IN THE SOFTWARE.
481f9f6a78SMaxime Ripard  */
491f9f6a78SMaxime Ripard 
501f9f6a78SMaxime Ripard #ifndef __DT_BINDINGS_DMA_SUN4I_A10_H_
511f9f6a78SMaxime Ripard #define __DT_BINDINGS_DMA_SUN4I_A10_H_
521f9f6a78SMaxime Ripard 
531f9f6a78SMaxime Ripard #define SUN4I_DMA_NORMAL	0
541f9f6a78SMaxime Ripard #define SUN4I_DMA_DEDICATED	1
551f9f6a78SMaxime Ripard 
561f9f6a78SMaxime Ripard #endif /* __DT_BINDINGS_DMA_SUN4I_A10_H_ */
57