summaryrefslogtreecommitdiff
path: root/src/nv_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_dma.h')
-rw-r--r--src/nv_dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_dma.h b/src/nv_dma.h
index 3c51f1a..f96d5ef 100644
--- a/src/nv_dma.h
+++ b/src/nv_dma.h
@@ -79,6 +79,8 @@ enum DMAObjects {
NvDmaXvNotifier5 = 0xE8000005,
};
+extern void NVDmaStart(NVPtr pNv, uint32_t object, uint32_t tag, int size);
+
#define NVDmaNext(pNv, data) do { \
NVDEBUG("\tNVDmaNext: @0x%08x 0x%08x\n", ((pNv)->dmaCurrent),(data)); \
(pNv)->dmaBase[(pNv)->dmaCurrent++] = (data); \