Revision cb9c377f hw/soc_dma.h

b/hw/soc_dma.h
18 18
 * with this program; if not, see <http://www.gnu.org/licenses/>.
19 19
 */
20 20

  
21
#ifndef HW_SOC_DMA_H
22
#define HW_SOC_DMA_H 1
23

  
24

  
21 25
#include "memory.h"
22 26
#include "hw/irq.h"
23 27

  
......
108 112
{
109 113
    return soc_dma_port_add_fifo(dma, virt_base, fn, opaque, 1);
110 114
}
115

  
116
#endif

Also available in: Unified diff