mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
10 lines
174 B
C
10 lines
174 B
C
/* $XFree86$ */
|
|
|
|
#ifndef _CFBTAB_H_
|
|
#define _CFBTAB_H_
|
|
|
|
/* prototypes */
|
|
extern int starttab[32], endtab[32];
|
|
extern unsigned int partmasks[32][32];
|
|
|
|
#endif /* _CFBTAB_H_ */
|