diff options
Diffstat (limited to 'include/linux/of.h')
| -rw-r--r-- | include/linux/of.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/include/linux/of.h b/include/linux/of.h index cfc34117fc92..b240ed69dc96 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -734,6 +734,16 @@ static inline struct device_node *of_get_cpu_node(int cpu,  	return NULL;  } +static inline int of_n_addr_cells(struct device_node *np) +{ +	return 0; + +} +static inline int of_n_size_cells(struct device_node *np) +{ +	return 0; +} +  static inline int of_property_read_u64(const struct device_node *np,  				       const char *propname, u64 *out_value)  { | 
