aboutsummaryrefslogtreecommitdiff
path: root/common/bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/bits.c')
-rw-r--r--common/bits.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/bits.c b/common/bits.c
index 698c082..dde39f7 100644
--- a/common/bits.c
+++ b/common/bits.c
@@ -1,3 +1,8 @@
+/**
+ * @file bits.c
+ * Bit manipulation helper implementations, currently just byte swaps.
+ */
+
#include <apos/types.h>
#include <apos/attrs.h>
#include <apos/bits.h>