aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/xgi/common/vb_setmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/xgi/common/vb_setmode.h')
-rw-r--r--src/drivers/xgi/common/vb_setmode.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/drivers/xgi/common/vb_setmode.h b/src/drivers/xgi/common/vb_setmode.h
deleted file mode 100644
index 3d11d4ad4e..0000000000
--- a/src/drivers/xgi/common/vb_setmode.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* File taken from the Linux xgifb driver (v3.18.5) */
-
-#ifndef _VBSETMODE_
-#define _VBSETMODE_
-
-extern void InitTo330Pointer(unsigned char, struct vb_device_info *);
-extern void XGI_UnLockCRT2(struct vb_device_info *);
-extern void XGI_LockCRT2(struct vb_device_info *);
-extern void XGI_DisplayOff(struct xgifb_video_info *,
- struct xgi_hw_device_info *,
- struct vb_device_info *);
-extern void XGI_GetVBType(struct vb_device_info *);
-extern void XGI_SenseCRT1(struct vb_device_info *);
-extern unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
- struct xgi_hw_device_info *HwDeviceExtension,
- unsigned short ModeNo);
-
-extern unsigned char XGI_SearchModeID(unsigned short ModeNo,
- unsigned short *ModeIdIndex);
-extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
- unsigned short ModeNo,
- unsigned short ModeIdIndex,
- struct vb_device_info *);
-
-#endif