projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2476cb2
)
define PRETHAW
author
Alan Hourihane
<alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:20:29 +0000
(15:20 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:20:29 +0000
(15:20 +0000)
linux-core/drm_compat.h
patch
|
blob
|
history
diff --git
a/linux-core/drm_compat.h
b/linux-core/drm_compat.h
index 785457688e5a6a2f3e97e0d098a9ab5c986f7ed3..f5f0601712caa611693ff687e77f31fe551d0e2d 100644
(file)
--- 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