|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/spinlock.h>#include <linux/stddef.h>#include <linux/string.h>#include <asm/ebcdic.h>#include <asm/cpcmd.h>#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | KMSG_COMPONENT "cpcmd" |
| #define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
Functions | |
| int | __cpcmd (const char *cmd, char *response, int rlen, int *response_code) |
| EXPORT_SYMBOL (__cpcmd) | |
| int | cpcmd (const char *cmd, char *response, int rlen, int *response_code) |
| EXPORT_SYMBOL (cpcmd) | |
| #define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
| EXPORT_SYMBOL | ( | __cpcmd | ) |
| EXPORT_SYMBOL | ( | cpcmd | ) |
1.8.2