We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1a414 commit a99756aCopy full SHA for a99756a
drivers/misc/vc04_services/interface/vchiq_arm/vchiq_shim.c
@@ -405,6 +405,7 @@ int32_t vchi_held_msg_release(VCHI_HELD_MSG_T *message)
405
406
return 0;
407
}
408
+EXPORT_SYMBOL(vchi_held_msg_release);
409
410
/***********************************************************
411
* Name: vchi_msg_hold
@@ -450,6 +451,7 @@ int32_t vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle,
450
451
452
453
454
+EXPORT_SYMBOL(vchi_msg_hold);
455
456
457
* Name: vchi_initialise
0 commit comments