#ifndef _SYS_FB_H
#define _SYS_FB_H

#include <sys/types.h>

#define FB_WIDTH	131
#define FB_HEIGHT	 64

extern eint __fb[((FB_WIDTH + 7) >> 3) * FB_HEIGHT + 1];

extern int __fbdisp;

#endif



syntax highlighted by Code2HTML, v. 0.9.1