Deleted Added
full compact
3c3
< Copyright (c) 2001-2015, Intel Corporation
---
> Copyright (c) 2001-2017, Intel Corporation
33c33
< /*$FreeBSD: stable/11/sys/dev/ixgbe/ixgbe_osdep.h 294734 2016-01-25 16:18:53Z smh $*/
---
> /*$FreeBSD: stable/11/sys/dev/ixgbe/ixgbe_osdep.h 320897 2017-07-11 21:25:07Z erj $*/
35,36c35,36
< #ifndef _IXGBE_OS_H_
< #define _IXGBE_OS_H_
---
> #ifndef _IXGBE_OSDEP_H_
> #define _IXGBE_OSDEP_H_
58c58
< #define EWARN(H, W, S) printf(W)
---
> #define EWARN(H, W) printf(W)
137a138
> #define IXGBE_CPU_TO_LE16 htole16
138a140
> #define IXGBE_LE32_TO_CPU le32toh
141a144
> #define IXGBE_BE32_TO_CPU be32toh
162c165
< #define le16_to_cpu
---
> #define le16_to_cpu
212,213c215
< struct ixgbe_hw;
< device_t ixgbe_dev_from_hw(struct ixgbe_hw *hw);
---
> struct ixgbe_hw;
238c240
< #endif /* _IXGBE_OS_H_ */
---
> #endif /* _IXGBE_OSDEP_H_ */