18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __DRBD_NLA_H
38c2ecf20Sopenharmony_ci#define __DRBD_NLA_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciextern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla,
68c2ecf20Sopenharmony_ci				 const struct nla_policy *policy);
78c2ecf20Sopenharmony_ciextern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#endif  /* __DRBD_NLA_H */
10