Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 111 → Rev 115

/SPARTAN/trunk/src/synch/semaphore.c
30,6 → 30,7
#include <synch/semaphore.h>
#include <synch/waitq.h>
#include <synch/spinlock.h>
#include <arch/asm.h>
 
void semaphore_initialize(semaphore_t *s, int val)
{