rmap: introduce rmap_walk_locked()
[deliverable/linux.git] / drivers / block / drbd / drbd_nla.h
CommitLineData
01b39b50
AG
1#ifndef __DRBD_NLA_H
2#define __DRBD_NLA_H
3
4extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla,
5 const struct nla_policy *policy);
6extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
7
8#endif /* __DRBD_NLA_H */
This page took 0.26983 seconds and 5 git commands to generate.