summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/pcimac/sema.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/ndis/pcimac/sema.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/private/ntos/ndis/pcimac/sema.h b/private/ntos/ndis/pcimac/sema.h
new file mode 100644
index 000000000..97e70f200
--- /dev/null
+++ b/private/ntos/ndis/pcimac/sema.h
@@ -0,0 +1,8 @@
+/*
+ * SEMA.H - simple semaphores
+ */
+
+#ifndef _SEMA_
+#define _SEMA_
+
+#endif /* _SEMA */