MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ofw_machine_is_compatible

Function rt_ofw_machine_is_compatible

components/drivers/ofw/base.c:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357rt_bool_t rt_ofw_machine_is_compatible(const char *compatible)
358{
359 return ofw_node_index_of_compatible(ofw_node_root, compatible) >= 0;
360}
361
362/*
363 * Property status:

Callers 2

its_enable_rockchipFunction · 0.85
gicv2_enable_rmw_accessFunction · 0.85

Calls 1

Tested by

no test coverage detected