aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_ib_intfc.h
blob: 7c7cd241a131f32bd428f272456958909711f11a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef  __IB_INTFC_H__
#define  __IB_INTFC_H__

/* $FreeBSD$ */

#undef prefetch
#undef WARN_ON
#undef max_t
#undef udelay
#undef le32_to_cpu
#undef le16_to_cpu
#undef cpu_to_le32
#undef swab32
#undef container_of

#undef LIST_HEAD
#define LIST_HEAD(name, type)                                           \
struct name {                                                           \
        struct type *lh_first;  /* first element */                     \
}

#endif /* __IB_INTFC_H__ */