Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/generic/include/synch/spinlock.h
33,7 → 33,7
#include <typedefs.h>
#include <preemption.h>
 
#ifdef __SMP__
#ifdef CONFIG_SMP
struct spinlock {
int val;
};