mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 20:58:52 +00:00
11 lines
245 B
C
11 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_ */
|