~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/x86/kernel/acpi/sleep.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#include <asm/trampoline.h>
6
6
 
7
 
extern char wakeup_code_start, wakeup_code_end;
8
 
 
9
7
extern unsigned long saved_video_mode;
10
8
extern long saved_magic;
11
9
 
12
10
extern int wakeup_pmode_return;
13
 
extern char swsusp_pg_dir[PAGE_SIZE];
14
11
 
15
12
extern unsigned long acpi_copy_wakeup_routine(unsigned long);
16
13
extern void wakeup_long64(void);
 
14
 
 
15
extern void do_suspend_lowlevel(void);