From 5749f1d8fe80cbb84d66a265bcf9bafe159985ab Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 6 Nov 2007 10:41:14 +0000 Subject: Rename source files in an ot_ fashion --- ot_mutex.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ot_mutex.h (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h new file mode 100644 index 0000000..8d91ab3 --- /dev/null +++ b/ot_mutex.h @@ -0,0 +1,13 @@ +/* This software was written by Dirk Engling + It is considered beerware. Prost. Skol. Cheers or whatever. */ + +#ifndef __MUTEX_H__ +#define __MUTEX_H__ + +void mutex_init( ); +void mutex_deinit( ); + +void mutex_bucket_lock( int bucket ); +void mutex_bucket_unlock( int bucket ); + +#endif -- cgit v1.2.3