Deleted Added
full compact
33c33
< /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_osdep.h 179055 2008-05-16 18:46:30Z jfv $*/
---
> /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_osdep.h 185352 2008-11-26 23:41:18Z jfv $*/
80a81
> #define false 0 /* shared code requires this */
81a83
> #define true 1
85,90c87
< typedef uint8_t u8;
< typedef uint16_t u16;
< typedef uint32_t u32;
< typedef int32_t s32;
< typedef uint64_t u64;
< typedef boolean_t bool;
---
> #define IXGBE_HTONL htonl
91a89,96
> typedef uint8_t u8;
> typedef int8_t s8;
> typedef uint16_t u16;
> typedef uint32_t u32;
> typedef int32_t s32;
> typedef uint64_t u64;
> typedef boolean_t bool;
>