/drivers/staging/xgifb/vb_init.h
C++ Header | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | f2e06dddd30d608aeafcc05917f194a2 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef _VBINIT_
2#define _VBINIT_
3extern unsigned char XGIInitNew(struct xgi_hw_device_info *HwDeviceExtension);
4extern struct XGI21_LVDSCapStruct XGI21_LCDCapList[13];
5#endif
6