|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/pagemap.h>#include <linux/slab.h>#include <asm/uaccess.h>#include <asm/io.h>#include "ibmasm.h"#include "remote.h"#include "dot_command.h"Go to the source code of this file.
Data Structures | |
| struct | ibmasmfs_command_data |
| struct | ibmasmfs_event_data |
| struct | ibmasmfs_heartbeat_data |
Macros | |
| #define | IBMASMFS_MAGIC 0x66726f67 |
Functions | |
| int | ibmasmfs_register (void) |
| void | ibmasmfs_unregister (void) |
| void | ibmasmfs_add_sp (struct service_processor *sp) |
| #define IBMASMFS_MAGIC 0x66726f67 |
Definition at line 85 of file ibmasmfs.c.
| void ibmasmfs_add_sp | ( | struct service_processor * | sp | ) |
Definition at line 212 of file ibmasmfs.c.
Definition at line 202 of file ibmasmfs.c.
Definition at line 207 of file ibmasmfs.c.
1.8.2