From daf621aec8a37af78c862532ac954537a25ec2d5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 8 Sep 2013 13:43:05 +0930 Subject: [PATCH] endian: add documentation on endian typedefs. Signed-off-by: Rusty Russell --- ccan/endian/_info | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2