summaryrefslogtreecommitdiff
path: root/src/i830_xf86Modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i830_xf86Modes.h')
-rw-r--r--src/i830_xf86Modes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i830_xf86Modes.h b/src/i830_xf86Modes.h
index 5a26c0e4..30b926a7 100644
--- a/src/i830_xf86Modes.h
+++ b/src/i830_xf86Modes.h
@@ -25,6 +25,9 @@
*
*/
+#ifndef _I830_XF86MODES_H_
+#define _I830_XF86MODES_H_
+
double
i830xf86ModeHSync(DisplayModePtr mode);
@@ -77,3 +80,5 @@ void
PrintModeline(int scrnIndex,DisplayModePtr mode);
extern DisplayModeRec I830xf86DefaultModes[];
+
+#endif /* _I830_XF86MODES_H_ */