summaryrefslogtreecommitdiffstats
path: root/vidix/dha.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/dha.h')
-rw-r--r--vidix/dha.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vidix/dha.h b/vidix/dha.h
index 7acc3c6c73..eb2a269c46 100644
--- a/vidix/dha.h
+++ b/vidix/dha.h
@@ -36,10 +36,6 @@
#ifndef MPLAYER_DHA_H
#define MPLAYER_DHA_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#ifndef DEV_SVGA
#define DEV_SVGA "/dev/svga"
#endif
@@ -92,8 +88,4 @@ extern void unmap_phys_mem(void *ptr, unsigned long size);
#define MTRR_TYPE_WRBACK 6
extern int mtrr_set_type(unsigned base,unsigned size,int type);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* MPLAYER_DHA_H */