aboutsummaryrefslogtreecommitdiff
path: root/source/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/dma.h')
-rw-r--r--source/dma.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/dma.h b/source/dma.h
index a95f20e..8628774 100644
--- a/source/dma.h
+++ b/source/dma.h
@@ -90,12 +90,10 @@
#ifndef _DMA_H_
#define _DMA_H_
-START_EXTERN_C
void S9xResetDMA (void);
uint8 S9xDoHDMA (uint8);
void S9xStartHDMA ();
void S9xDoDMA (uint8);
-END_EXTERN_C
#endif