mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:30:40 +01:00
fix[kmpp_obj]: Undef KMPP_OBJ_SGLN_ID macro
Undefine KMPP_OBJ_SGLN_ID macro for multi helper.h in one file. Change-Id: Iccc4062ee6d17359bfd7fefc07ac3d3d17c367e1 Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com>
This commit is contained in:
parent
0a0111b398
commit
04908eb50b
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#warning "KMPP_OBJ_FUNC_INIT - add object init function"
|
||||
#warning "KMPP_OBJ_FUNC_DEINIT - add object deinit function"
|
||||
#warning "KMPP_OBJ_FUNC_DUMP - add object dump function"
|
||||
#warning "KMPP_OBJ_SGLN_ID - add object singleton id for singleton macro"
|
||||
#warning "KMPP_OBJ_FUNC_EXPORT_DISABLE - disable function exprot by EXPORT_SYMBOL"
|
||||
#warning "KMPP_OBJ_ACCESS_DISABLE - disable access function creation"
|
||||
#warning "KMPP_OBJ_SHARE_DISABLE - disable object sharing by /dev/kmpp_objs to userspace"
|
||||
|
|
@ -390,6 +391,7 @@ KMPP_OBJ_ENTRY_TABLE(KMPP_OBJ_NAME, KMPP_OBJ_EXPORT, KMPP_OBJ_EXPORT,
|
|||
#undef KMPP_OBJ_FUNC_DEINIT
|
||||
#undef KMPP_OBJ_FUNC_IOCTL
|
||||
#undef KMPP_OBJ_FUNC_DUMP
|
||||
#undef KMPP_OBJ_SGLN_ID
|
||||
#undef KMPP_OBJ_FUNC_EXPORT_DISABLE
|
||||
#undef KMPP_OBJ_ACCESS_DISABLE
|
||||
#undef KMPP_OBJ_SHARE_DISABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue