blob: f5eaffb6474e87dc5228605240d0aa56e7ab0d2c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Andreas Gruenbacher01b39b52011-06-10 12:57:26 +02002#ifndef __DRBD_NLA_H
3#define __DRBD_NLA_H
4
5extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla,
6 const struct nla_policy *policy);
7extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
8
9#endif /* __DRBD_NLA_H */