summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/common/efsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sfxge/common/efsys.h')
-rw-r--r--sys/dev/sfxge/common/efsys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sfxge/common/efsys.h b/sys/dev/sfxge/common/efsys.h
index aef9a07..2a5b44e 100644
--- a/sys/dev/sfxge/common/efsys.h
+++ b/sys/dev/sfxge/common/efsys.h
@@ -1095,6 +1095,8 @@ typedef struct efsys_lock_s {
#define SFXGE_EFSYS_LOCK_ASSERT_OWNED(_eslp) \
mtx_assert(&(_eslp)->lock, MA_OWNED)
+typedef int efsys_lock_state_t;
+
#define EFSYS_LOCK_MAGIC 0x000010c4
#define EFSYS_LOCK(_lockp, _state) \
OpenPOWER on IntegriCloud