patch-2.1.113 linux/arch/m68k/kernel/setup.c
Next file: linux/arch/m68k/kernel/signal.c
Previous file: linux/arch/m68k/kernel/process.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jul 30 11:08:19 1998
- Orig file:
v2.1.112/linux/arch/m68k/kernel/setup.c
- Orig date:
Tue Jun 23 10:01:21 1998
diff -u --recursive --new-file v2.1.112/linux/arch/m68k/kernel/setup.c linux/arch/m68k/kernel/setup.c
@@ -61,6 +61,8 @@
int (*mach_keyb_init) (void) __initdata;
int (*mach_kbdrate) (struct kbd_repeat *) = NULL;
void (*mach_kbd_leds) (unsigned int) = NULL;
+/* machine dependent "kbd-reset" setup function */
+void (*kbd_reset_setup) (char *, int) __initdata = NULL;
/* machine dependent irq functions */
void (*mach_init_IRQ) (void) __initdata;
void (*(*mach_default_handler)[]) (int, void *, struct pt_regs *) = NULL;
@@ -102,7 +104,7 @@
extern void config_sun3(void);
extern void config_apollo(void);
extern void config_mvme16x(void);
-extern void config_bmve6000(void);
+extern void config_bvme6000(void);
extern void config_hp300(void);
#define MASK_256K 0xfffc0000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov