1270866Simp/*
2270866Simp * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
3270866Simp * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4270866Simp *
5270866Simp * This program is free software; you can redistribute it and/or modify
6270866Simp * it under the terms of version 2 of the GNU General Public License as
7270866Simp * published by the Free Software Foundation.
8270866Simp */
9270866Simp
10270866Simp#ifndef DT_BINDINGS_NBPFAXI_H
11270866Simp#define DT_BINDINGS_NBPFAXI_H
12270866Simp
13270866Simp/**
14270866Simp * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags:
15270866Simp */
16270866Simp#define NBPF_SLAVE_RQ_HIGH	1
17270866Simp#define NBPF_SLAVE_RQ_LOW	2
18270866Simp#define NBPF_SLAVE_RQ_LEVEL	4
19270866Simp
20270866Simp#endif
21