summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/host_sw/sgdma.h
blob: d39e4a5ce92df89246741a83bc46016af8329b66 (plain)
1
2
3
4
5
6
7
8
#ifndef SGDMA_H
#define SGDMA_H

int  sgdma_done(void);
void sgdma_memcpy(void *dest, const void *src, size_t len);
void sgdma_barrier(void);

#endif