gpio/tca6424: merge I2C transactions, remove cast
[linux-2.6-block.git] / arch / x86 / kernel / acpi / wakeup_rm.S
CommitLineData
e44b7b75
PM
1/*
2 * Wrapper script for the realmode binary as a transport object
3 * before copying to low memory.
4 */
d1ee4335
PA
5#include <asm/page_types.h>
6
7 .section ".x86_trampoline","a"
8 .balign PAGE_SIZE
9 .globl acpi_wakeup_code
10acpi_wakeup_code:
e44b7b75 11 .incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
2ae9d293 12 .size acpi_wakeup_code, .-acpi_wakeup_code