From 86beed821051e3741c8d54a56860a9b9e714a30c Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 23 Apr 2009 04:24:18 +0000 Subject: - added definition for MA_NOTOWNED --- bsd_eth_drivers/libbsdport/mutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bsd_eth_drivers/libbsdport') diff --git a/bsd_eth_drivers/libbsdport/mutex.h b/bsd_eth_drivers/libbsdport/mutex.h index 5476e37..8f0b5e6 100644 --- a/bsd_eth_drivers/libbsdport/mutex.h +++ b/bsd_eth_drivers/libbsdport/mutex.h @@ -46,7 +46,8 @@ mtx_destroy(struct mtx *m) } /* what ? */ -#define MA_OWNED 1 +#define MA_OWNED 1 +#define MA_NOTOWNED 0 static inline void mtx_assert(struct mtx *m, int what) { -- cgit v1.2.3