diff options
Diffstat (limited to 'include/apos/bits.h')
| -rw-r--r-- | include/apos/bits.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apos/bits.h b/include/apos/bits.h index ca25007..66a495c 100644 --- a/include/apos/bits.h +++ b/include/apos/bits.h @@ -1,6 +1,11 @@ #ifndef APOS_BITS_H #define APOS_BITS_H +/** + * @file bits.h + * Bit manipulations. + */ + #include <apos/types.h> #include <apos/builtin.h> |
