Fixes and improvements: LVGL, services and kernel symbols (#587)
This commit is contained in:
committed by
GitHub
parent
d4ef83e316
commit
cd2d9d6158
@@ -74,6 +74,7 @@ const struct ModuleSymbol KERNEL_SYMBOLS[] = {
|
||||
DEFINE_MODULE_SYMBOL(device_lock),
|
||||
DEFINE_MODULE_SYMBOL(device_try_lock),
|
||||
DEFINE_MODULE_SYMBOL(device_unlock),
|
||||
DEFINE_MODULE_SYMBOL(device_get_child_count),
|
||||
DEFINE_MODULE_SYMBOL(device_get_type),
|
||||
DEFINE_MODULE_SYMBOL(device_for_each),
|
||||
DEFINE_MODULE_SYMBOL(device_for_each_child),
|
||||
@@ -83,6 +84,14 @@ const struct ModuleSymbol KERNEL_SYMBOLS[] = {
|
||||
DEFINE_MODULE_SYMBOL(device_find_first_active_by_type),
|
||||
DEFINE_MODULE_SYMBOL(device_find_first_by_type),
|
||||
DEFINE_MODULE_SYMBOL(device_find_first_by_compatible),
|
||||
DEFINE_MODULE_SYMBOL(device_get),
|
||||
DEFINE_MODULE_SYMBOL(device_put),
|
||||
DEFINE_MODULE_SYMBOL(device_get_by_name),
|
||||
DEFINE_MODULE_SYMBOL(device_get_first_by_type),
|
||||
DEFINE_MODULE_SYMBOL(device_get_first_active_by_type),
|
||||
DEFINE_MODULE_SYMBOL(device_has_active_by_type),
|
||||
DEFINE_MODULE_SYMBOL(device_get_first_by_compatible),
|
||||
DEFINE_MODULE_SYMBOL(device_is_constructed),
|
||||
// driver
|
||||
DEFINE_MODULE_SYMBOL(driver_construct),
|
||||
DEFINE_MODULE_SYMBOL(driver_destruct),
|
||||
|
||||
Reference in New Issue
Block a user