]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/parisc/include/asm/eisa_bus.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-eoan-kernel.git] / arch / parisc / include / asm / eisa_bus.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * eisa_bus.h interface between the eisa BA driver and the bus enumerator
4 *
5 * Copyright (c) 2002 Daniel Engstrom <5116@telia.com>
6 */
7
8 #ifndef ASM_EISA_H
9 #define ASM_EISA_H
10
11 extern void eisa_make_irq_level(int num);
12 extern void eisa_make_irq_edge(int num);
13 extern int eisa_enumerator(unsigned long eeprom_addr,
14 struct resource *io_parent,
15 struct resource *mem_parent);
16 extern int eisa_eeprom_init(unsigned long addr);
17
18 #endif