~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to kernel/power/power.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#define SPARE_PAGES     ((1024 * 1024) >> PAGE_SHIFT)
51
51
 
52
52
/* kernel/power/hibernate.c */
 
53
extern bool freezer_test_done;
 
54
 
53
55
extern int hibernation_snapshot(int platform_mode);
54
56
extern int hibernation_restore(int platform_mode);
55
57
extern int hibernation_platform_enter(void);