Searched refs:OFW_COMPAT_LEN (Results 1 – 1 of 1) sorted by relevance
49 #define OFW_COMPAT_LEN 255 macro248 char compat[OFW_COMPAT_LEN]; in ofw_bus_node_is_compatible()254 bzero(compat, OFW_COMPAT_LEN); in ofw_bus_node_is_compatible()256 if (OF_getprop(node, "compatible", compat, OFW_COMPAT_LEN) < 0) in ofw_bus_node_is_compatible()