home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-ppc / suspend.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  165 b   |  13 lines

  1. static inline int arch_prepare_suspend(void)
  2. {
  3.     return 0;
  4. }
  5.  
  6. static inline void save_processor_state(void)
  7. {
  8. }
  9.  
  10. static inline void restore_processor_state(void)
  11. {
  12. }
  13.