#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/dmi.h>
#include <linux/efi.h>
#include <linux/mutex.h>
#include <asm/bios_ebda.h>
#include <asm-generic/io-64-nonatomic-lo-hi.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
#define RTL_ADDR_TYPE_IO 1 |
#define RTL_ADDR_TYPE_MMIO 2 |
#define RTL_CMD_ENTER_PRTM 1 |
#define RTL_CMD_EXIT_PRTM 2 |
Value:do { \
pr_info(
fmt, ##__VA_ARGS__); \
} while (0)
Definition at line 75 of file ibm_rtl.c.
#define RTL_MASK 0x000000ffffffffffULL |
#define RTL_SIGNATURE 0x0000005f4c54525fULL |
MODULE_AUTHOR |
( |
"Keith Mannthey <kmmanth@us.ibm.com>" |
| ) |
|
MODULE_AUTHOR |
( |
"Vernon Mauery <vernux@us.ibm.com>" |
| ) |
|
module_exit |
( |
ibm_rtl_exit |
| ) |
|
module_init |
( |
ibm_rtl_init |
| ) |
|