diff options
| author | Pavel Machek <pavel@ucw.cz> | 2002-06-04 23:42:40 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-06-04 23:42:40 -0700 |
| commit | 7f9efd7d0fc6d0fc8caff52872629e36e212fb3c (patch) | |
| tree | b318d0e3fadb7f6f0ee62851faeb99510e8c59a2 /include/linux | |
| parent | 0db8da197dd1bd4d2b30e06f0e6f3585c1fa72ae (diff) | |
[PATCH] 2.5.20 swsusp: stop abusing headers with non-inlined functions
swsusp kind-of abused include/asm-i386/suspend.h for stuff that
belonged to arch/i386/kernel/suspend.c. This moves code where it
belongs.
Pavel
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/suspend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 88abb25a67de..c73dc5655a24 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h @@ -55,6 +55,10 @@ extern int register_suspend_notifier(struct notifier_block *); extern int unregister_suspend_notifier(struct notifier_block *); extern void refrigerator(unsigned long); +extern unsigned int nr_copy_pages __nosavedata; +extern suspend_pagedir_t *pagedir_nosave __nosavedata; + + #else #define software_suspend() do { } while(0) #define software_resume() do { } while(0) |
