Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / block / drbd / drbd_nla.h
blobf5eaffb6474e87dc5228605240d0aa56e7ab0d2c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __DRBD_NLA_H
3 #define __DRBD_NLA_H
5 extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla,
6 const struct nla_policy *policy);
7 extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
9 #endif /* __DRBD_NLA_H */