x86, apic: remove genapic.h
[deliverable/linux.git] / arch / x86 / kernel / acpi / sleep.h
CommitLineData
e44b7b75
PM
1/*
2 * Variables and functions used by the code in sleep.c
3 */
4
5#include <asm/trampoline.h>
6
7extern char wakeup_code_start, wakeup_code_end;
8
9extern unsigned long saved_video_mode;
10extern long saved_magic;
11
12extern int wakeup_pmode_return;
13extern char swsusp_pg_dir[PAGE_SIZE];
14
15extern unsigned long acpi_copy_wakeup_routine(unsigned long);
16extern void wakeup_long64(void);
This page took 0.204475 seconds and 5 git commands to generate.