1237263Snp#ifndef  __IB_INTFC_H__
2237263Snp#define  __IB_INTFC_H__
3237263Snp
4237263Snp/* $FreeBSD$ */
5237263Snp
6237263Snp#undef prefetch
7237263Snp#undef WARN_ON
8237263Snp#undef max_t
9237263Snp#undef udelay
10237263Snp#undef le32_to_cpu
11237263Snp#undef le16_to_cpu
12237263Snp#undef cpu_to_le32
13237263Snp#undef swab32
14237263Snp#undef container_of
15237263Snp
16237263Snp#undef LIST_HEAD
17237263Snp#define LIST_HEAD(name, type)                                           \
18237263Snpstruct name {                                                           \
19237263Snp        struct type *lh_first;  /* first element */                     \
20237263Snp}
21237263Snp
22237263Snp#endif /* __IB_INTFC_H__ */
23