mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: Update the ABI representation
Leaf changes summary: 3 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added
function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 1 Added
variable
2 Added function:
[A] 'function int nf_register_net_hooks(net*, const nf_hook_ops*, unsigned int)'
[A] 'function void nf_unregister_net_hooks(net*, const nf_hook_ops*, unsigned int)'
1 Added variable:
[A] 'rwlock_t dev_base_lock'
Bug: 238271023
Signed-off-by: Star Chang <starchang@google.com>
Change-Id: I0338eb6f92605d7abae95581a598c5e00b442c6c
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -374,6 +374,7 @@
|
||||
desc_to_gpio
|
||||
destroy_workqueue
|
||||
dev_alloc_name
|
||||
dev_base_lock
|
||||
dev_close
|
||||
_dev_crit
|
||||
dev_driver_string
|
||||
@@ -1351,6 +1352,8 @@
|
||||
netlink_kernel_release
|
||||
netlink_unicast
|
||||
net_ratelimit
|
||||
nf_register_net_hooks
|
||||
nf_unregister_net_hooks
|
||||
nla_append
|
||||
nla_memcpy
|
||||
__nla_parse
|
||||
|
||||
Reference in New Issue
Block a user