patch-2.4.22 linux-2.4.22/drivers/sgi/char/graphics.h
Next file: linux-2.4.22/drivers/sgi/char/newport.c
Previous file: linux-2.4.22/drivers/sgi/char/graphics.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
1969-12-31 16:00:00.000000000 -0800
- Orig file:
linux-2.4.21/drivers/sgi/char/graphics.h
- Orig date:
2002-11-28 15:53:14.000000000 -0800
diff -urN linux-2.4.21/drivers/sgi/char/graphics.h linux-2.4.22/drivers/sgi/char/graphics.h
@@ -1,27 +0,0 @@
-#define MAXCARDS 4
-
-struct graphics_ops {
- /* SGIism: Board owner, gets the shmiq requests from the kernel */
- struct task_struct *g_owner;
-
- /* Last process that got the graphics registers mapped */
- struct task_struct *g_user;
-
- /* Board info */
- void *g_board_info;
- int g_board_info_len;
-
- /* These point to hardware registers that should be mapped with
- * GFX_ATTACH_BOARD and the size of the information pointed to
- */
- unsigned long g_regs;
- int g_regs_size;
-
- void (*g_save_context)(void *);
- void (*g_restore_context)(void *);
- void (*g_reset_console)(void);
- int (*g_ioctl)(int device, int cmd, unsigned long arg);
-};
-
-void shmiq_init (void);
-void streamable_init (void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)