OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [video/] [fbcon-cfb2.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 *  FBcon low-level driver for 2 bpp packed pixel (cfb2)
3
 */
4
 
5
#ifndef _VIDEO_FBCON_CFB2_H
6
#define _VIDEO_FBCON_CFB2_H
7
 
8
#include <linux/config.h>
9
 
10
#ifdef MODULE
11
#if defined(CONFIG_FBCON_CFB2) || defined(CONFIG_FBCON_CFB2_MODULE)
12
#define FBCON_HAS_CFB2
13
#endif
14
#else
15
#if defined(CONFIG_FBCON_CFB2)
16
#define FBCON_HAS_CFB2
17
#endif
18
#endif
19
 
20
extern struct display_switch fbcon_cfb2;
21
extern void fbcon_cfb2_setup(struct display *p);
22
extern void fbcon_cfb2_bmove(struct display *p, int sy, int sx, int dy, int dx,
23
                             int height, int width);
24
extern void fbcon_cfb2_clear(struct vc_data *conp, struct display *p, int sy,
25
                             int sx, int height, int width);
26
extern void fbcon_cfb2_putc(struct vc_data *conp, struct display *p, int c,
27
                            int yy, int xx);
28
extern void fbcon_cfb2_putcs(struct vc_data *conp, struct display *p,
29
                             const unsigned short *s, int count, int yy, int xx);
30
extern void fbcon_cfb2_revc(struct display *p, int xx, int yy);
31
 
32
#endif /* _VIDEO_FBCON_CFB2_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.