aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/prom.h')
-rw-r--r--include/asm-powerpc/prom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h
index 194b56ee1693..efc40980cb48 100644
--- a/include/asm-powerpc/prom.h
+++ b/include/asm-powerpc/prom.h
@@ -196,6 +196,7 @@ extern int prom_n_intr_cells(struct device_node* np);
196extern void prom_get_irq_senses(unsigned char *senses, int off, int max); 196extern void prom_get_irq_senses(unsigned char *senses, int off, int max);
197extern void prom_add_property(struct device_node* np, struct property* prop); 197extern void prom_add_property(struct device_node* np, struct property* prop);
198 198
199#ifdef CONFIG_PPC32
199/* 200/*
200 * PCI <-> OF matching functions 201 * PCI <-> OF matching functions
201 * (XXX should these be here?) 202 * (XXX should these be here?)
@@ -207,6 +208,8 @@ extern int pci_device_from_OF_node(struct device_node *node,
207extern struct device_node* pci_busdev_to_OF_node(struct pci_bus *, int); 208extern struct device_node* pci_busdev_to_OF_node(struct pci_bus *, int);
208extern struct device_node* pci_device_to_OF_node(struct pci_dev *); 209extern struct device_node* pci_device_to_OF_node(struct pci_dev *);
209extern void pci_create_OF_bus_map(void); 210extern void pci_create_OF_bus_map(void);
211#endif
212
210extern struct resource *request_OF_resource(struct device_node* node, 213extern struct resource *request_OF_resource(struct device_node* node,
211 int index, const char* name_postfix); 214 int index, const char* name_postfix);
212extern int release_OF_resource(struct device_node* node, int index); 215extern int release_OF_resource(struct device_node* node, int index);