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

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