Files
my-os-project2/kernel/atomic.h
2025-08-30 00:31:20 +02:00

7 lines
87 B
C

#ifndef ATOMIC_H_
#define ATOMIC_H_
#define ATOMIC(X) _Atomic(X)
#endif // ATOMIC_H_