Home
last modified time | relevance | path

Searched refs:printk_fn (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c643 const void * const printk_fn = LLEXT_FIND_BUILTIN_SYM(printk); in ZTEST() local
645 zassert_equal(printk_fn, printk, "printk should be an exported symbol"); in ZTEST()