aboutsummaryrefslogtreecommitdiff
path: root/include/apos/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/atomic.h')
-rw-r--r--include/apos/atomic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apos/atomic.h b/include/apos/atomic.h
index e6dafc8..4026b1f 100644
--- a/include/apos/atomic.h
+++ b/include/apos/atomic.h
@@ -1,6 +1,12 @@
#ifndef ATOMIC_H
#define ATOMIC_H
+/**
+ * @file atomic.h
+ * Atomics, closely modeled after C17 stdatomic.h. Largely dependent on the
+ * compiler at the moment.
+ */
+
#include <apos/utils.h> /* GLUE */
typedef enum {