define PRETHAW
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:20:29 +0000 (15:20 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:20:29 +0000 (15:20 +0000)
linux-core/drm_compat.h

index 785457688e5a6a2f3e97e0d098a9ab5c986f7ed3..f5f0601712caa611693ff687e77f31fe551d0e2d 100644 (file)
@@ -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