]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerJiri Slaby <jslaby@suse.cz>
Wed, 22 Apr 2015 06:58:17 +0000 (08:58 +0200)
commit70f9463cdf882d4f04bbf7f5e13c893a2efe07e0
tree79295c1981ecdd2a12020237334defc48cb7b8c2
parentdd86ca3aae59e2f48512805e6df06a5070632730
kernel.h: define u8, s8, u32, etc. limits

commit 89a0714106aac7309c7dfa0f004b39e1e89d2942 upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
include/linux/kernel.h