Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 1 | #ifndef __DRBD_NLA_H |
2 | #define __DRBD_NLA_H | ||||
3 | |||||
4 | extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, | ||||
5 | const struct nla_policy *policy); | ||||
6 | extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype); | ||||
7 | |||||
8 | #endif /* __DRBD_NLA_H */ |