define PRETHAW

main
Alan Hourihane 2008-02-26 15:20:29 +00:00
parent 2476cb209e
commit 89f65c50d7
1 changed files with 4 additions and 0 deletions

View 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