#ifndef SPINLOCK_H #define SPINLOCK_H #include void lock_spin(spinlock); void lock_release(spinlock); #endif