Date: Wed, 24 Jul 2013 08:05:11 +0100 From: David Laight <da...@l8s.co.uk>
On Wed, Jul 24, 2013 at 02:12:29AM +0000, Taylor R Campbell wrote: > Add __le16, __le32, and __le64 to <linux/types.h>. > > As far as I'm aware, these aliases are correct, and the type doesn't > actually have any effect on the byte order of reads and writes. Correct - they are for the static analysis tools. OK, thanks!