summaryrefslogtreecommitdiff
path: root/include/platform/accygwin.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
commitf154176708d42f8a4778e3cf4b55e45b4a2be545 (patch)
tree4b6b1812ecf638d285ab3b645feee1416d0f343b /include/platform/accygwin.h
parentdeca274c44eb2d731761ba35813f64bdbdc734df (diff)
Notes
Diffstat (limited to 'include/platform/accygwin.h')
-rw-r--r--include/platform/accygwin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/platform/accygwin.h b/include/platform/accygwin.h
index e9585b44b109..6936024839ef 100644
--- a/include/platform/accygwin.h
+++ b/include/platform/accygwin.h
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -155,6 +155,9 @@
#define inline
#endif
+#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0;
+#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 1
+
/* Cygwin uses GCC */