Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Andreas Gruenbacher | 01b39b5 | 2011-06-10 12:57:26 +0200 | [diff] [blame] | 2 | #ifndef __DRBD_NLA_H |
3 | #define __DRBD_NLA_H | ||||
4 | |||||
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); | ||||
8 | |||||
9 | #endif /* __DRBD_NLA_H */ |