#include #ifndef SPINLOCK_H #define SPINLOCK_H void acquire_spinlock(atomic_flag *lock); void free_spinlock(atomic_flag *lock); #endif