Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / xgifb / vb_setmode.h
1 #ifndef _VBSETMODE_
2 #define _VBSETMODE_
3
4 extern void InitTo330Pointer(unsigned char, struct vb_device_info *);
5 extern void XGI_UnLockCRT2(struct vb_device_info *);
6 extern void XGI_LockCRT2(struct vb_device_info *);
7 extern void XGI_DisplayOff(struct xgifb_video_info *,
8                            struct xgi_hw_device_info *,
9                            struct vb_device_info *);
10 extern void XGI_GetVBType(struct vb_device_info *);
11 extern void XGI_SenseCRT1(struct vb_device_info *);
12 extern unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
13                                    struct xgi_hw_device_info *HwDeviceExtension,
14                                    unsigned short ModeNo);
15
16 extern unsigned char XGI_SearchModeID(unsigned short ModeNo,
17                                       unsigned short *ModeIdIndex);
18 extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
19                                          unsigned short ModeNo,
20                                          unsigned short ModeIdIndex,
21                                          struct vb_device_info *);
22
23 #endif