#ifndef _LINUX_COREDUMP_H #define _LINUX_COREDUMP_H #include #include #include extern int dump_write(struct file *file, const void *addr, int nr); extern int dump_seek(struct file *file, loff_t off); #endif