tulip: Properly check dma mapping result
[linux/fpc-iii.git] / drivers / block / drbd / drbd_nla.h
blob679c2d5b45355f2718c4b4725efcebda098fab8f
1 #ifndef __DRBD_NLA_H
2 #define __DRBD_NLA_H
4 extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla,
5 const struct nla_policy *policy);
6 extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
8 #endif /* __DRBD_NLA_H */