Path: blob/master/arch/parisc/include/asm/eisa_bus.h
10819 views
/*1* eisa_bus.h interface between the eisa BA driver and the bus enumerator2*3* This program is free software; you can redistribute it and/or4* modify it under the terms of the GNU General Public License5* as published by the Free Software Foundation; either version6* 2 of the License, or (at your option) any later version.7*8* Copyright (c) 2002 Daniel Engstrom <[email protected]>9*10*/1112#ifndef ASM_EISA_H13#define ASM_EISA_H1415extern void eisa_make_irq_level(int num);16extern void eisa_make_irq_edge(int num);17extern int eisa_enumerator(unsigned long eeprom_addr,18struct resource *io_parent,19struct resource *mem_parent);20extern int eisa_eeprom_init(unsigned long addr);2122#endif232425