162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci#ifndef __DRBD_NLA_H 362306a36Sopenharmony_ci#define __DRBD_NLA_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciextern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, 662306a36Sopenharmony_ci const struct nla_policy *policy); 762306a36Sopenharmony_ciextern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype); 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#endif /* __DRBD_NLA_H */ 10