|
@@ -95,18 +95,8 @@ extern int early_init_dt_scan_root(unsigned long node, const char *uname,
|
|
|
int depth, void *data);
|
|
|
|
|
|
/* Other Prototypes */
|
|
|
-extern void finish_device_tree(void);
|
|
|
extern void unflatten_device_tree(void);
|
|
|
extern void early_init_devtree(void *);
|
|
|
-extern int of_machine_is_compatible(const char *compat);
|
|
|
-extern void print_properties(struct device_node *node);
|
|
|
-extern int prom_n_intr_cells(struct device_node* np);
|
|
|
-extern void prom_get_irq_senses(unsigned char *senses, int off, int max);
|
|
|
-extern int prom_add_property(struct device_node* np, struct property* prop);
|
|
|
-extern int prom_remove_property(struct device_node *np, struct property *prop);
|
|
|
-extern int prom_update_property(struct device_node *np,
|
|
|
- struct property *newprop,
|
|
|
- struct property *oldprop);
|
|
|
|
|
|
#endif /* __ASSEMBLY__ */
|
|
|
#endif /* _LINUX_OF_FDT_H */
|