]> Pileus Git - ~andy/linux/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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:54 +0000 (16:36 -0800)
commit89a0714106aac7309c7dfa0f004b39e1e89d2942
treea8705a4e40384ef2378c452131ff09b784e898b7
parent77719536dc00f8fd8f5abe6dadbde5331c37f996
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