blob: f818551037395c7dfd049411b6acf9db4dc03a7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $XFree86$ */
#ifndef _CFBTAB_H_
#define _CFBTAB_H_
/* prototypes */
#if 0
extern int starttab[32], endtab[32];
extern unsigned int partmasks[32][32];
#endif
#endif /* _CFBTAB_H_ */
|