x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git] / arch / sparc / include / asm / leon_pci.h
blobf48527ebdd8f1011eacc97bfca29ef56af5387a5
1 /*
2 * asm/leon_pci.h
4 * Copyright (C) 2011 Aeroflex Gaisler AB, Daniel Hellstrom
5 */
7 #ifndef _ASM_LEON_PCI_H_
8 #define _ASM_LEON_PCI_H_
10 /* PCI related definitions */
11 struct leon_pci_info {
12 struct pci_ops *ops;
13 struct resource io_space;
14 struct resource mem_space;
15 int (*map_irq)(const struct pci_dev *dev, u8 slot, u8 pin);
18 extern void leon_pci_init(struct platform_device *ofdev,
19 struct leon_pci_info *info);
21 #endif /* _ASM_LEON_PCI_H_ */