home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / x86 / include / asm / suspend.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  84 b   |  6 lines

  1. #ifdef CONFIG_X86_32
  2. # include "suspend_32.h"
  3. #else
  4. # include "suspend_64.h"
  5. #endif
  6.