#include <linux/ctype.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/sysfs.h>
#include <linux/kobject.h>
#include <linux/module.h>
#include <linux/dmi.h>
#include <asm/bios_ebda.h>
Go to the source code of this file.
#define BIOS_MEMCONSOLE_V1_MAGIC 0xDEADBABE |
#define BIOS_MEMCONSOLE_V2_MAGIC (('M')|('C'<<8)|('O'<<16)|('N'<<24)) |
MODULE_AUTHOR |
( |
" |
Google, |
|
|
Inc." |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
dmi |
, |
|
|
memconsole_dmi_table |
|
|
) |
| |
module_exit |
( |
memconsole_exit |
| ) |
|
module_init |
( |
memconsole_init |
| ) |
|