|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/vmalloc.h>#include <linux/seq_file.h>#include <linux/proc_fs.h>#include "tape.h"Go to the source code of this file.
Macros | |
| #define | KMSG_COMPONENT "tape" |
| #define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| #define | TAPE_DBF_AREA tape_core_dbf |
Functions | |
| void | tape_proc_init (void) |
| void | tape_proc_cleanup (void) |
| #define KMSG_COMPONENT "tape" |
Definition at line 13 of file tape_proc.c.
| #define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 14 of file tape_proc.c.
| #define TAPE_DBF_AREA tape_core_dbf |
Definition at line 21 of file tape_proc.c.
Definition at line 139 of file tape_proc.c.
Definition at line 125 of file tape_proc.c.
1.8.2