Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
iw
/
94724f9cbc06334f43da61102dce8855371f7849
/
.
/
iw_3.10
/
iw_3.10
/
android-nl.c
blob: d216f5fe86804926ba1db4099c3cf9d152c15f02 [
file
] [
log
] [
blame
]
#include
<netlink/attr.h>
int
nla_put_flag
(
struct
nl_msg
*
msg
,
int
flag
)
{
return
nla_put
(
msg
,
flag
,
0
,
NULL
);
}