summaryrefslogtreecommitdiffstats
path: root/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index e4feb9a..f92e0fa 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -9,6 +9,9 @@ typedef struct uuid_s {
int cmp_uuid(uuid_t *first, uuid_t *second);
+/**
+ * Fixed point number with one decimal digit of precision.
+ */
typedef int fpi1_t;
fpi1_t add(fpi1_t a, fpi1_t b);