diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 16:57:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 16:57:24 +0000 |
commit | af7e00d6f82e2d2a46cb7390bb447e8ec2d118a2 (patch) | |
tree | 60e611dfbd4b4fdf8acf5533096cf4c40c233e50 /drivers/sgi/char/graphics.h | |
parent | f9bbe9da79dbc8557c74efeb158b431cd67ace52 (diff) |
Cache fixes, part #1.
Diffstat (limited to 'drivers/sgi/char/graphics.h')
-rw-r--r-- | drivers/sgi/char/graphics.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/sgi/char/graphics.h b/drivers/sgi/char/graphics.h index c8ad7e318..d5a8d2979 100644 --- a/drivers/sgi/char/graphics.h +++ b/drivers/sgi/char/graphics.h @@ -26,31 +26,3 @@ struct graphics_ops { void shmiq_init (void); void streamable_init (void); void usema_init (void); -#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); -void usema_init (void); |