]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/crash_dump.h
[PATCH] Make most file operations structs in fs/ const
[mirror_ubuntu-bionic-kernel.git] / include / linux / crash_dump.h
CommitLineData
60e64d46
VG
1#ifndef LINUX_CRASH_DUMP_H
2#define LINUX_CRASH_DUMP_H
3
4#ifdef CONFIG_CRASH_DUMP
5#include <linux/kexec.h>
6#include <linux/smp_lock.h>
7#include <linux/device.h>
8#include <linux/proc_fs.h>
9
666bfddb 10#define ELFCORE_ADDR_MAX (-1ULL)
2030eae5 11extern unsigned long long elfcorehdr_addr;
60e64d46
VG
12extern ssize_t copy_oldmem_page(unsigned long, char *, size_t,
13 unsigned long, int);
4b6f5d20 14extern const struct file_operations proc_vmcore_operations;
666bfddb
VG
15extern struct proc_dir_entry *proc_vmcore;
16
60e64d46
VG
17#endif /* CONFIG_CRASH_DUMP */
18#endif /* LINUX_CRASHDUMP_H */