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