~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/video/fbcon-iplan2p8.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  *  FBcon low-level driver for Atari interleaved bitplanes (8 planes) (iplan2p8)
  3  */
  4 
  5 #ifndef _VIDEO_FBCON_IPLAN2P8_H
  6 #define _VIDEO_FBCON_IPLAN2P8_H
  7 
  8 #include <linux/config.h>
  9 
 10 #ifdef MODULE
 11 #if defined(CONFIG_FBCON_IPLAN2P8) || defined(CONFIG_FBCON_IPLAN2P8_MODULE)
 12 #define FBCON_HAS_IPLAN2P8
 13 #endif
 14 #else
 15 #if defined(CONFIG_FBCON_IPLAN2P8)
 16 #define FBCON_HAS_IPLAN2P8
 17 #endif
 18 #endif
 19 
 20 extern struct display_switch fbcon_iplan2p8;
 21 extern void fbcon_iplan2p8_setup(struct display *p);
 22 extern void fbcon_iplan2p8_bmove(struct display *p, int sy, int sx, int dy,
 23                                  int dx, int height, int width);
 24 extern void fbcon_iplan2p8_clear(struct vc_data *conp, struct display *p,
 25                                  int sy, int sx, int height, int width);
 26 extern void fbcon_iplan2p8_putc(struct vc_data *conp, struct display *p, int c,
 27                                 int yy, int xx);
 28 extern void fbcon_iplan2p8_putcs(struct vc_data *conp, struct display *p,
 29                                  const unsigned short *s, int count, int yy, int xx);
 30 extern void fbcon_iplan2p8_revc(struct display *p, int xx, int yy);
 31 
 32 #endif /* _VIDEO_FBCON_IPLAN2P8_H */
 33 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.