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, 2 insertions, 6 deletions
diff --git a/vidix/dha.h b/vidix/dha.h
index c19ed0fc07..eb2a269c46 100644
--- a/vidix/dha.h
+++ b/vidix/dha.h
@@ -36,8 +36,8 @@
#ifndef MPLAYER_DHA_H
#define MPLAYER_DHA_H
-#ifdef __cplusplus
-extern "C" {
+#ifndef DEV_SVGA
+#define DEV_SVGA "/dev/svga"
#endif
#define MAX_DEV_PER_VENDOR_CFG1 64
@@ -88,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 */