Go to the documentation of this file.
20 #include <linux/types.h>
27 #define OF_ROOT_NODE_ADDR_CELLS_DEFAULT 2
28 #define OF_ROOT_NODE_SIZE_CELLS_DEFAULT 1
30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l))
31 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2))
32 #define of_node_cmp(s1, s2) strcmp((s1), (s2))
34 struct of_irq_controller {
41 extern struct mutex of_set_property_mutex;
48 #define of_node_to_nid of_node_to_nid
69 #define of_address_to_resource of_address_to_resource
72 #define of_iomap of_iomap