ACPI: Fix acpi_os_read_memory() and acpi_os_write_memory() (v2)
[linux-2.6/btrfs-unstable.git] / include / linux / ramoops.h
blob0ae68a2c1212812313770aecc78e10d3531e8444
1 #ifndef __RAMOOPS_H
2 #define __RAMOOPS_H
4 /*
5 * Ramoops platform data
6 * @mem_size memory size for ramoops
7 * @mem_address physical memory address to contain ramoops
8 */
10 struct ramoops_platform_data {
11 unsigned long mem_size;
12 unsigned long mem_address;
15 #endif