drbd_nla.h 288 B

123456789
  1. #ifndef __DRBD_NLA_H
  2. #define __DRBD_NLA_H
  3. extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla,
  4. const struct nla_policy *policy);
  5. extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
  6. #endif /* __DRBD_NLA_H */