#ifndef _GL_MD_ASM_H_85bb3640_ #define _GL_MD_ASM_H_85bb3640_ struct gl_fb1 { unsigned char *vram; unsigned int stride; unsigned int xsize; unsigned int ysize; unsigned int size; } ; extern void gl_clear_fb1(struct gl_fb1 *); extern void gl_copy_fb1_fb1_inverted(struct gl_fb1 *, struct gl_fb1 *); extern void gl_line_fb1(struct gl_fb1 *, int, int, int, int); extern void gl_point_fb1(struct gl_fb1 *, int, int); struct gl_fb8 { unsigned char *vram; unsigned int stride; unsigned int xsize; unsigned int ysize; unsigned int size; } ; extern void gl_copy_fb1_fb8_bit(struct gl_fb1 *, struct gl_fb8 *, unsigned char); extern void gl_copy_fb1_fb8(struct gl_fb1 *, struct gl_fb8 *); #endif