mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
8 lines
220 B
C
8 lines
220 B
C
|
|
#define NETLINK_MAX_PAYLOAD 1024
|
|
#define NETLINK_USER 31
|
|
#define NETLINK_CWMP_ID "NETLINK_CWMP_ID"
|
|
#define NETLINK_END_DATA "END_DATA"
|
|
#define NETLINK_NULL "NULL"
|
|
|
|
int kernel_api_cwmp_value_change_call(int count, ...);
|