X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fdma.h;fp=plugins%2Fdfsound%2Fdma.h;h=4982432b938203883a5a83a1bd4a0149411e678b;hp=440536feb90cd74a0bb58f9b5644b599959be94d;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hpb=acc415b3040edfcc91226955f39b405f09cca430 diff --git a/plugins/dfsound/dma.h b/plugins/dfsound/dma.h index 440536fe..4982432b 100644 --- a/plugins/dfsound/dma.h +++ b/plugins/dfsound/dma.h @@ -24,8 +24,12 @@ // //*************************************************************************// +#ifndef __P_DMA_H__ +#define __P_DMA_H__ unsigned short CALLBACK SPUreadDMA(void); void CALLBACK SPUreadDMAMem(unsigned short * pusPSXMem,int iSize); void CALLBACK SPUwriteDMA(unsigned short val); void CALLBACK SPUwriteDMAMem(unsigned short * pusPSXMem,int iSize); + +#endif /* __P_DMA_H__ */