diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/of_fdt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index 348dae2c8a3c..e10099c95999 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h | |||
| @@ -92,6 +92,7 @@ extern const void *of_get_flat_dt_prop(unsigned long node, const char *name, | |||
| 92 | extern int of_flat_dt_is_compatible(unsigned long node, const char *name); | 92 | extern int of_flat_dt_is_compatible(unsigned long node, const char *name); |
| 93 | extern int of_flat_dt_match(unsigned long node, const char *const *matches); | 93 | extern int of_flat_dt_match(unsigned long node, const char *const *matches); |
| 94 | extern unsigned long of_get_flat_dt_root(void); | 94 | extern unsigned long of_get_flat_dt_root(void); |
| 95 | extern int of_get_flat_dt_size(void); | ||
| 95 | 96 | ||
| 96 | extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, | 97 | extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, |
| 97 | int depth, void *data); | 98 | int depth, void *data); |
