Define __sum16 type in the LinuxKPI.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
This commit is contained in:
hselasky 2017-02-27 13:59:02 +00:00
parent a0bc246917
commit ead9f4a7a2

View File

@ -57,6 +57,7 @@ typedef unsigned int uint;
typedef unsigned gfp_t;
typedef uint64_t loff_t;
typedef vm_paddr_t resource_size_t;
typedef uint16_t __bitwise__ __sum16;
typedef u64 phys_addr_t;