kernel.h: define u8, s8, u32, etc. limits
authorAlex Elder <alex.elder@linaro.org>
Thu, 23 Jan 2014 23:54:00 +0000 (15:54 -0800)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 17 Apr 2015 14:29:54 +0000 (16:29 +0200)
commit38cf4cb93ba3e6d402969cf47a3d0fed3d3f6d17
treeac20147991752d9e98ad35717a4d44ed02a01cf0
parenta9e185a169c283fc2e6abcc53e1f796d6207a6ec
kernel.h: define u8, s8, u32, etc. limits

Create constants that define the maximum and minimum values
representable by the kernel types u8, s8, u16, s16, and so on.

Signed-off-by: Alex Elder <elder@linaro.org>
Cc: Sage Weil <sage@inktank.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h