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, 3 Apr 2015 08:46:53 +0000 (10:46 +0200)
commit9be5b5c35323ffcb22871e19181a5126b3af65c1
tree86dbd56332e2f59a2b5ef0401993a70e560d07d4
parent420070d4a70e6a671bdc3bd261c09cb251d67079
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