[ARM] Move prototype for register_isa_ports to asm/io.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
7034b0e60a
commit
1645f20bc4
2 changed files with 7 additions and 1 deletions
|
@ -291,5 +291,12 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *addr);
|
|||
*/
|
||||
#define xlate_dev_kmem_ptr(p) p
|
||||
|
||||
/*
|
||||
* Register ISA memory and port locations for glibc iopl/inb/outb
|
||||
* emulation.
|
||||
*/
|
||||
extern void register_isa_ports(unsigned int mmio, unsigned int io,
|
||||
unsigned int io_shift);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* __ASM_ARM_IO_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue