118334Speter/*
250397Sobrien * Copyright (c) 2014 ETH Zurich.
318334Speter * All rights reserved.
418334Speter *
518334Speter * This file is distributed under the terms in the attached LICENSE file.
618334Speter * If you do not find this file, copies can be found by writing to:
718334Speter * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group.
818334Speter */
918334Speter
1018334Speter#ifndef DMA_INTERNAL_H
1118334Speter#define DMA_INTERNAL_H
1218334Speter
1318334Speter#include <dma/dma.h>
1418334Speter
1518334Speter#define DMA_BENCH_ENABLED 0
1618334Speter
1718334Speter#endif /* DMA_INTERNAL_H */
1818334Speter