summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:20:29 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:20:29 +0000
commit89f65c50d70fd2165433ead3cfaa88ee9519e261 (patch)
treea4d174995d3ba622d7a860683b1fea6d6dbf0fea /linux-core
parent2476cb209ebbb11edace4bbce0cfaff4e1599dca (diff)
define PRETHAW
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drm_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index 78545768..f5f06017 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -339,4 +339,8 @@ extern unsigned long round_jiffies_relative(unsigned long j);
extern struct pci_dev * pci_get_bus_and_slot(unsigned int bus, unsigned int devfn);
#endif
+#ifndef PM_EVENT_PRETHAW
+#define PM_EVENT_PRETHAW 3
+#endif
+
#endif