From: Rusty Russell Date: Sun, 8 Sep 2013 04:13:05 +0000 (+0930) Subject: endian: add documentation on endian typedefs. X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=daf621aec8a37af78c862532ac954537a25ec2d5;p=ccan endian: add documentation on endian typedefs. Signed-off-by: Rusty Russell --- diff --git a/ccan/endian/_info b/ccan/endian/_info index 753afa78..a71b9ae7 100644 --- a/ccan/endian/_info +++ b/ccan/endian/_info @@ -15,6 +15,8 @@ * order (almost everyone else). * * This module provides conversion routines, inspired by the linux kernel. + * It also provides leint32_t, beint32_t etc typedefs, which are annotated for + * the sparse checker. * * Example: * #include