Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6.git] / drivers / staging / xgifb / vb_setmode.h
blob2c0a31c8dfd5083a321ff0a74238fb7e0e16b5a5
1 #ifndef _VBSETMODE_
2 #define _VBSETMODE_
4 extern void InitTo330Pointer(unsigned char, struct vb_device_info *);
5 extern void XGI_UnLockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
6 struct vb_device_info *);
7 extern void XGI_LockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
8 struct vb_device_info *);
9 extern void XGI_DisplayOff(struct xgifb_video_info *,
10 struct xgi_hw_device_info *,
11 struct vb_device_info *);
12 extern void XGI_GetVBType(struct vb_device_info *);
13 extern void XGI_SenseCRT1(struct vb_device_info *);
14 extern unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
15 struct xgi_hw_device_info *HwDeviceExtension,
16 unsigned short ModeNo) ;
18 extern unsigned char XGI_SearchModeID(unsigned short ModeNo,
19 unsigned short *ModeIdIndex,
20 struct vb_device_info *);
21 extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
22 unsigned short ModeNo,
23 unsigned short ModeIdIndex,
24 struct vb_device_info *);
26 #endif