diff options
Diffstat (limited to 'arch/microblaze/include/asm/prom.h')
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h index 101fa098f62a..d0890d36ef61 100644 --- a/arch/microblaze/include/asm/prom.h +++ b/arch/microblaze/include/asm/prom.h | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | /* Other Prototypes */ | 28 | /* Other Prototypes */ |
29 | extern int early_uartlite_console(void); | 29 | extern int early_uartlite_console(void); |
30 | extern int early_uart16550_console(void); | ||
30 | 31 | ||
31 | #ifdef CONFIG_PCI | 32 | #ifdef CONFIG_PCI |
32 | /* | 33 | /* |
@@ -63,24 +64,6 @@ extern void kdump_move_device_tree(void); | |||
63 | /* CPU OF node matching */ | 64 | /* CPU OF node matching */ |
64 | struct device_node *of_get_cpu_node(int cpu, unsigned int *thread); | 65 | struct device_node *of_get_cpu_node(int cpu, unsigned int *thread); |
65 | 66 | ||
66 | /* Get the MAC address */ | ||
67 | extern const void *of_get_mac_address(struct device_node *np); | ||
68 | |||
69 | /** | ||
70 | * of_irq_map_pci - Resolve the interrupt for a PCI device | ||
71 | * @pdev: the device whose interrupt is to be resolved | ||
72 | * @out_irq: structure of_irq filled by this function | ||
73 | * | ||
74 | * This function resolves the PCI interrupt for a given PCI device. If a | ||
75 | * device-node exists for a given pci_dev, it will use normal OF tree | ||
76 | * walking. If not, it will implement standard swizzling and walk up the | ||
77 | * PCI tree until an device-node is found, at which point it will finish | ||
78 | * resolving using the OF tree walking. | ||
79 | */ | ||
80 | struct pci_dev; | ||
81 | struct of_irq; | ||
82 | extern int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq); | ||
83 | |||
84 | #endif /* __ASSEMBLY__ */ | 67 | #endif /* __ASSEMBLY__ */ |
85 | #endif /* __KERNEL__ */ | 68 | #endif /* __KERNEL__ */ |
86 | 69 | ||