summaryrefslogtreecommitdiff
path: root/hw/xfree86/xaa/xaaWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/xaa/xaaWrapper.h')
-rw-r--r--hw/xfree86/xaa/xaaWrapper.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/xfree86/xaa/xaaWrapper.h b/hw/xfree86/xaa/xaaWrapper.h
new file mode 100644
index 000000000..fbcf17f6f
--- /dev/null
+++ b/hw/xfree86/xaa/xaaWrapper.h
@@ -0,0 +1,9 @@
+#ifndef _XAA_WRAPPER_H
+# define _XAA_WRAPPER_H
+
+typedef void (*SyncFunc)(ScreenPtr);
+
+Bool xaaSetupWrapper(ScreenPtr pScreen,
+ XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
+
+#endif