about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iso/kernel.soso/spinlock.h')
-rw-r--r--tools/iso/kernel.soso/spinlock.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/iso/kernel.soso/spinlock.h b/tools/iso/kernel.soso/spinlock.h
deleted file mode 100644
index fb7b820b..00000000
--- a/tools/iso/kernel.soso/spinlock.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SPINLOCK_H
-#define SPINLOCK_H
-
-#include "common.h"
-
-typedef int32 Spinlock;
-
-void Spinlock_Init(Spinlock* spinlock);
-void Spinlock_Lock(Spinlock* spinlock);
-void Spinlock_Unlock(Spinlock* spinlock);
-
-#endif // SPINLOCK_H