diff options
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 |