]> git.ipfire.org Git - thirdparty/iw.git/blob - android-nl.c
iw: support multiple regdom print
[thirdparty/iw.git] / android-nl.c
1 #include <netlink/attr.h>
2
3 int nla_put_flag(struct nl_msg *msg, int flag)
4 {
5 return nla_put(msg, flag, 0, NULL);
6 }