/* * linux/arch/m68k/sun3/sun3ints.c -- Sun-3 Linux interrupt handling code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include #include #include #include #include #include #include #include #include extern void sun3_leds (unsigned char); void sun3_disable_interrupts(void) { sun3_disable_irq(0); } void sun3_enable_interrupts(void) { sun3_enable_irq(0); } int led_pattern[8] = { ~(0x80), ~(0x01), ~(0x40), ~(0x02), ~(0x20), ~(0x04), ~(0x10), ~(0x08) }; unsigned char* sun3_intreg; void sun3_init_IRQ(void) { } void sun3_insert_irq(irq_node_t **list, irq_node_t *node) { } void sun3_delete_irq(irq_node_t **list, void *dev_id) { } void sun3_free_irq(unsigned int irq, void *dev_id) { } void sun3_enable_irq(unsigned int irq) { *sun3_intreg |= (1<