~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/prom.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                                 const char *name,
44
44
                                 int def);
45
45
extern int of_find_in_proplist(const char *list, const char *match, int len);
46
 
#ifdef CONFIG_NUMA
47
 
extern int of_node_to_nid(struct device_node *dp);
48
 
#define of_node_to_nid of_node_to_nid
49
 
#endif
50
46
 
51
47
extern void prom_build_devicetree(void);
52
48
extern void of_populate_present_mask(void);
63
59
extern void irq_trans_init(struct device_node *dp);
64
60
extern char *build_path_component(struct device_node *dp);
65
61
 
66
 
/* SPARC has local implementations */
67
 
extern int of_address_to_resource(struct device_node *dev, int index,
68
 
                                  struct resource *r);
69
 
#define of_address_to_resource of_address_to_resource
70
 
 
71
 
void __iomem *of_iomap(struct device_node *node, int index);
72
 
#define of_iomap of_iomap
73
 
 
74
62
#endif /* __KERNEL__ */
75
63
#endif /* _SPARC_PROM_H */