aboutsummaryrefslogtreecommitdiff
path: root/ccan/endian/_info
diff options
context:
space:
mode:
Diffstat (limited to 'ccan/endian/_info')
-rw-r--r--ccan/endian/_info4
1 files changed, 3 insertions, 1 deletions
diff --git a/ccan/endian/_info b/ccan/endian/_info
index 753afa7..efe5a8b 100644
--- a/ccan/endian/_info
+++ b/ccan/endian/_info
@@ -1,6 +1,6 @@
+#include "config.h"
#include <stdio.h>
#include <string.h>
-#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 <stdio.h>