diff options
author | Richard Braun <rbraun@sceen.net> | 2018-05-07 20:56:29 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-05-07 20:56:29 +0200 |
commit | 88021c44c22f21e4d98a881af11744490fb1ed3d (patch) | |
tree | 826ffd5ce969f3ca143d1dec360730fd1dcd90eb /kern/atomic_types.h | |
parent | e4288bb457b8a480653df93d9d4039c2214cc15b (diff) |
kern/latomic: new module
Diffstat (limited to 'kern/atomic_types.h')
-rw-r--r-- | kern/atomic_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/atomic_types.h b/kern/atomic_types.h index 0984d58b..8d34f87a 100644 --- a/kern/atomic_types.h +++ b/kern/atomic_types.h @@ -16,6 +16,8 @@ * * * Isolated type definition used to avoid inclusion circular dependencies. + * + * These types are directly used by both the atomic and latomic modules. */ #ifndef KERN_ATOMIC_TYPES_H |