aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/svgamodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/svgamodes.h')
-rw-r--r--vgasrc/svgamodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vgasrc/svgamodes.h b/vgasrc/svgamodes.h
index 782d30b9..6ac1d643 100644
--- a/vgasrc/svgamodes.h
+++ b/vgasrc/svgamodes.h
@@ -6,7 +6,7 @@ struct generic_svga_mode {
struct vgamode_s info;
};
-extern struct generic_svga_mode svga_modes[] VAR16;
-extern unsigned int svga_mcount VAR16;
+extern struct generic_svga_mode svga_modes[];
+extern unsigned int svga_mcount;
#endif /* __SVGAMODES_H */