mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-23 07:20:04 +01:00
10 lines
245 B
C
10 lines
245 B
C
/* $XFree86: xc/programs/Xserver/cfb/cfbtab.h,v 1.1 2003/07/16 01:38:37 dawes Exp $ */
|
|
|
|
#ifndef _CFBTAB_H_
|
|
#define _CFBTAB_H_
|
|
|
|
/* prototypes */
|
|
extern int starttab[32], endtab[32];
|
|
extern unsigned int partmasks[32][32];
|
|
|
|
#endif /* _CFBTAB_H_ */
|