blob: a4d31a004f2d5c23ed730ce4d67264a5dedca888 (
plain)
1
2
3
4
5
6
7
8
|
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86drmSiS.h,v 1.1 2001/12/15 00:59:12 dawes Exp $ */
#ifndef __XF86DRI_SIS_H__
#define __XF86DRI_SIS_H__
extern Bool drmSiSAgpInit(int driSubFD, int offset, int size);
#endif
|