From 2529863a1ade782819d76be2d0dc16e89028c1e3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 26 Nov 2006 16:44:17 -0800 Subject: Start output/crtc restructuring work. It compiles. Outputs and Crtcs are now split between 'generic' and 'driver specific' pieces in the hope that more code will be able to migrate to the xf86-generic layer. Right now, the code remains tangled together, significant work remains to tease the pieces apart. First the code needs to be made to actually work as-is though. --- src/i830_xf86Modes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/i830_xf86Modes.h') 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_ */ -- cgit v1.2.3