1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef __DRBD_NLA_H 3*4882a593Smuzhiyun #define __DRBD_NLA_H 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, 6*4882a593Smuzhiyun const struct nla_policy *policy); 7*4882a593Smuzhiyun extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype); 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun #endif /* __DRBD_NLA_H */ 10