X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fendian%2F_info;h=efe5a8bbde753164ea206d0b4d82c9bc4a9f1763;hb=2b3517d40f2d8ac728785a21da19db6e1230d010;hp=753afa7865e37f58b79b2c6c48d7fd9a834c598a;hpb=e5663b6f7df31a84efab04b329fded373af50716;p=ccan diff --git a/ccan/endian/_info b/ccan/endian/_info index 753afa78..efe5a8bb 100644 --- a/ccan/endian/_info +++ b/ccan/endian/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * endian - endian conversion macros for simple types @@ -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