klte-common: Update camera wrapper module definition
* Add torch, init function definitions Change-Id: I4d2ebb0b2873c7553492cdda27a7f325b898ec1f
This commit is contained in:
parent
682faad57d
commit
6fa45107ec
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ camera_module_t HAL_MODULE_INFO_SYM = {
|
|||
.set_callbacks = NULL, /* remove compilation warnings */
|
||||
.get_vendor_tag_ops = NULL, /* remove compilation warnings */
|
||||
.open_legacy = NULL, /* remove compilation warnings */
|
||||
.set_torch_mode = NULL,
|
||||
.init = NULL,
|
||||
.reserved = {0}, /* remove compilation warnings */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue