patch-2.4.22 linux-2.4.22/drivers/sgi/char/gconsole.h
Next file: linux-2.4.22/drivers/sgi/char/graphics.c
Previous file: linux-2.4.22/drivers/sgi/char/ds1286.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
1969-12-31 16:00:00.000000000 -0800
- Orig file:
linux-2.4.21/drivers/sgi/char/gconsole.h
- Orig date:
1997-12-10 10:31:11.000000000 -0800
diff -urN linux-2.4.21/drivers/sgi/char/gconsole.h linux-2.4.22/drivers/sgi/char/gconsole.h
@@ -1,33 +0,0 @@
-/*
- * This is a temporary measure, we should eventually migrate to
- * Gert's generic graphic console code.
- */
-
-#define cmapsz 8192
-#define CHAR_HEIGHT 16
-
-struct console_ops {
- void (*set_origin)(unsigned short offset);
- void (*hide_cursor)(void);
- void (*set_cursor)(int currcons);
- void (*get_scrmem)(int currcons);
- void (*set_scrmem)(int currcons, long offset);
- int (*set_get_cmap)(unsigned char *arg, int set);
- void (*blitc)(unsigned short charattr, unsigned long addr);
- void (*memsetw)(void *s, unsigned short c, unsigned int count);
- void (*memcpyw)(unsigned short *to, unsigned short *from, unsigned int count);
-};
-
-void register_gconsole (struct console_ops *);
-
-/* This points to the system console */
-extern struct console_ops *gconsole;
-
-extern void gfx_init (const char **name);
-
-extern void __set_origin (unsigned short offset);
-extern void hide_cursor (void);
-extern unsigned char vga_font[];
-
-extern void disable_gconsole (void);
-extern void enable_gconsole (void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)