summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/IBM.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:23 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:23 +0000
commitd112e55992e9e03e74fdf5738c8c47cd90033a37 (patch)
tree436fb869362628e17791310f55f129b0f92de948 /hw/xfree86/ramdac/IBM.h
parent734cb34dc1697530ecd971b84e1061ed86b4c2a4 (diff)
Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so
DoLoadableServer NO builds work again.
Diffstat (limited to 'hw/xfree86/ramdac/IBM.h')
-rw-r--r--hw/xfree86/ramdac/IBM.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/ramdac/IBM.h b/hw/xfree86/ramdac/IBM.h
index 00d039031..eb211883c 100644
--- a/hw/xfree86/ramdac/IBM.h
+++ b/hw/xfree86/ramdac/IBM.h
@@ -18,6 +18,9 @@ unsigned long IBMramdac640CalculateMNPCForClock(unsigned long RefClock,
void IBMramdac526HWCursorInit(xf86CursorInfoPtr infoPtr);
void IBMramdac640HWCursorInit(xf86CursorInfoPtr infoPtr);
+typedef void IBMramdac526SetBppProc(ScrnInfoPtr, RamDacRegRecPtr);
+IBMramdac526SetBppProc *IBMramdac526SetBppWeak(void);
+
#define IBM524_RAMDAC ((VENDOR_IBM << 16) | 0x00)
#define IBM524A_RAMDAC ((VENDOR_IBM << 16) | 0x01)
#define IBM525_RAMDAC ((VENDOR_IBM << 16) | 0x02)