Fukurō
A highly portable microkernel
Loading...
Searching...
No Matches
spinlock.h
Go to the documentation of this file.
1#ifndef FUKURO_SPINLOCK_H
2# define FUKURO_SPINLOCK_H 1
3
4struct spinlock
5{
6 int lock;
7};
8
9#endif /* FUKURO_SPINLOCK_H */
Definition spinlock.h:5
int lock
Definition spinlock.h:6