Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/stat.h>
#include <linux/device.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/kmod.h>
#include <linux/timer.h>
#include <linux/err.h>
#include <asm/ebcdic.h>
#include <asm/sclp.h>
#include "sclp.h"
Go to the source code of this file.
Macros | |
#define | KMSG_COMPONENT "sclp_ocf" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
#define | OCF_LENGTH_HMC_NETWORK 8UL |
#define | OCF_LENGTH_CPC_NAME 8UL |
Functions | |
device_initcall (ocf_init) | |
#define KMSG_COMPONENT "sclp_ocf" |
Definition at line 8 of file sclp_ocf.c.
#define OCF_LENGTH_CPC_NAME 8UL |
Definition at line 26 of file sclp_ocf.c.
#define OCF_LENGTH_HMC_NETWORK 8UL |
Definition at line 25 of file sclp_ocf.c.
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 9 of file sclp_ocf.c.
device_initcall | ( | ocf_init | ) |