xref: /kernel/linux/linux-5.10/drivers/block/drbd/drbd_nla.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/block/drbd/
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

Indexes created Thu Nov 07 10:32:03 CST 2024