diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-13 02:27:05 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-13 02:27:05 +0100 |
| commit | 63b04ffc264aab5313811f1aa7ffc30715814e67 (patch) | |
| tree | cb6b8bb525bab093bd1484f7a2fd7ffdfa380b8d /kernel/spinlock.h | |
| parent | b126d01e9687e6509c9d49b1b174c95aee603a89 (diff) | |
cleanup and refactoring. abstracting away console
Diffstat (limited to 'kernel/spinlock.h')
| -rw-r--r-- | kernel/spinlock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/spinlock.h b/kernel/spinlock.h index 4c39dfe..7080490 100644 --- a/kernel/spinlock.h +++ b/kernel/spinlock.h @@ -1,3 +1,8 @@ +#ifndef SPINLOCK_H +#define SPINLOCK_H + void init_spinlocks(); volatile void lock_spin(int i); void lock_release(int i); + +#endif |
