Linux Kernel
3.7.1
|
#include <linux/crash_dump.h>
#include <linux/kernel.h>
#include <asm/checksum.h>
#include <asm/lowcore.h>
#include <asm/os_info.h>
Go to the source code of this file.
Macros | |
#define | KMSG_COMPONENT "os_info" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
Functions | |
u32 | os_info_csum (struct os_info *os_info) |
void | os_info_crashkernel_add (unsigned long base, unsigned long size) |
void | os_info_entry_add (int nr, void *ptr, u64 size) |
void __init | os_info_init (void) |
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |