summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-12-01 04:33:36 +0000
committerEric Anholt <anholt@freebsd.org>2003-12-01 04:33:36 +0000
commit9cdd6fd9e3d6e44adf392279093f92fb6678a49c (patch)
tree47295d996d343c4cc42f37d839e415aac4aa8098 /hw/kdrive/src
parentec7f5539302fafd1ac7609ac423f1379f54916ab (diff)
- Add fbdev mode-setting backend to Xati. It and vesa are compiled in when
available, with fbdev being used by default. - Use depth 16 by default when vesa backend is used. - Add MMIO defines for PowerPC (should be in a common location). Many thanks for Michel Daenzer for much of this code.
Diffstat (limited to 'hw/kdrive/src')
-rw-r--r--hw/kdrive/src/kdrive.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h
index 557972351..df2ead9f4 100644
--- a/hw/kdrive/src/kdrive.h
+++ b/hw/kdrive/src/kdrive.h
@@ -23,6 +23,9 @@
*/
/* $RCSId: xc/programs/Xserver/hw/kdrive/kdrive.h,v 1.29 2002/11/13 16:37:39 keithp Exp $ */
+#ifndef _KDRIVE_H_
+#define _KDRIVE_H_
+
#include <stdio.h>
#include <X11/X.h>
#define NEED_EVENTS
@@ -851,3 +854,5 @@ KdOffscreenFini (ScreenPtr pScreen);
/* function prototypes to be implemented by the drivers */
void
InitCard (char *name);
+
+#endif /* _KDRIVE_H_ */